void-packages/srcpkgs/gnustep-make/template

19 lines
725 B
Bash

# Template file for 'gnustep-make'
pkgname=gnustep-make
version=2.9.2
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=f540df9f0e1daeb3d23b08e14b204b2a46f1d0a4005cb171c95323413806e4e1
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
}