19 lines
725 B
Bash
19 lines
725 B
Bash
# Template file for 'gnustep-make'
|
|
pkgname=gnustep-make
|
|
version=2.9.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
conf_files="/etc/GNUstep/GNUstep.conf"
|
|
hostmakedepends="which"
|
|
short_desc="GNU Step Makefile helpers for a GNUstep-based project"
|
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.gnustep.org"
|
|
distfiles="http://ftp.gnustep.org/pub/gnustep/core/${pkgname}-${version}.tar.gz"
|
|
checksum=a0b066c11257879c7c85311dea69c67f6dc741ef339db6514f85b64992c40d2a
|
|
|
|
post_install() {
|
|
sed -i 's,/builddir/.xbps-gnustep-make/wrappers,/usr/bin,g' ${DESTDIR}/usr/share/GNUstep/Makefiles/config.make
|
|
sed -i 's,-specs=/void-packages/[^ ]* ,,g' ${DESTDIR}/usr/share/GNUstep/Makefiles/config.make
|
|
}
|