mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
bmake: update to 20151010.
This commit is contained in:
parent
6f1653cc93
commit
4737ca2be2
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bmake'
|
# Template file for 'bmake'
|
||||||
pkgname=bmake
|
pkgname=bmake
|
||||||
version=20150910
|
version=20151010
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
short_desc="Portable version of the NetBSD make build tool"
|
short_desc="Portable version of the NetBSD make build tool"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.crufty.net/help/sjg/bmake.html"
|
homepage="http://www.crufty.net/help/sjg/bmake.html"
|
||||||
distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
|
distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
|
||||||
checksum=f7badd54de07b4f7c37161a9034d6b3bb09a48795dcde4b208ba7a9381ad6bf1
|
checksum=36025f0534a65986a76714b9860f466ea75a4daf56aff6a28ddb7b944c257336
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd bmake
|
cd bmake
|
||||||
|
@ -39,4 +39,7 @@ do_install() {
|
||||||
../boot-strap --prefix=/usr --install-destdir=${DESTDIR} op=install
|
../boot-strap --prefix=/usr --install-destdir=${DESTDIR} op=install
|
||||||
rm -rf ${DESTDIR}/usr/share/man/cat1
|
rm -rf ${DESTDIR}/usr/share/man/cat1
|
||||||
vman ../bmake.1
|
vman ../bmake.1
|
||||||
|
|
||||||
|
sed -n '/#/q;p' ../make.c >LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue