mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnustep-make: update to 2.8.0.
This commit is contained in:
parent
1ff02e13cd
commit
083b8b8c03
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'gnustep-make'
|
# Template file for 'gnustep-make'
|
||||||
pkgname=gnustep-make
|
pkgname=gnustep-make
|
||||||
version=2.7.0
|
version=2.8.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/GNUstep/GNUstep.conf"
|
conf_files="/etc/GNUstep/GNUstep.conf"
|
||||||
hostmakedepends="which"
|
hostmakedepends="which"
|
||||||
short_desc="GNU Step Makefile helpers for a GNUstep-based project"
|
short_desc="GNU Step Makefile helpers for a GNUstep-based project"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="LGPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnustep.org"
|
homepage="http://www.gnustep.org"
|
||||||
distfiles="http://ftp.gnustep.org/pub/gnustep/core/${pkgname}-${version}.tar.gz"
|
distfiles="http://ftp.gnustep.org/pub/gnustep/core/${pkgname}-${version}.tar.gz"
|
||||||
checksum=90a01cbfb68aafe01c4cc4123121ebd2da0e1e2076795b5682f0833fddf311ce
|
checksum=9fce2942dd945c103df37d668dd5fff650b23351b25a650428f6f59133f5ca5d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -i 's,/builddir/.xbps-gnustep-make/wrappers,/usr/bin,g' ${DESTDIR}/usr/share/GNUstep/Makefiles/config.make
|
sed -i 's,/builddir/.xbps-gnustep-make/wrappers,/usr/bin,g' ${DESTDIR}/usr/share/GNUstep/Makefiles/config.make
|
||||||
|
|
Loading…
Add table
Reference in a new issue