@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user