mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
1c85e39377
commit
d49853efbd
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'txr'
|
# Template file for 'txr'
|
||||||
pkgname=txr
|
pkgname=txr
|
||||||
version=186
|
version=187
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="bison flex"
|
hostmakedepends="bison flex"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="http://www.nongnu.org/txr/"
|
homepage="http://www.nongnu.org/txr/"
|
||||||
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=0475ee855449c1c4bcdb707c5c58a4cb3e4a1d13d6199d0c235e87285775697f
|
checksum=20efde48f492260ce74d000e9bc5a9924dc13d292f198648e56b76aab5d0ea65
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --ccname="${CC}" \
|
./configure --prefix=/usr --ccname="${CC}" \
|
||||||
|
@ -17,6 +17,12 @@ do_configure() {
|
||||||
--platform-ldflags="${LDFLAGS}"
|
--platform-ldflags="${LDFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
rm -rf tests/017
|
||||||
|
|
||||||
|
make tests
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue