fehQlibs: update to 15b.
This commit is contained in:
parent
9cbef01d55
commit
da1089042f
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'fehQlibs'
|
# Template file for 'fehQlibs'
|
||||||
pkgname=fehQlibs
|
pkgname=fehQlibs
|
||||||
version=15a
|
version=15b
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="State-of-the-art C routines for Internet services"
|
short_desc="State-of-the-art C routines for Internet services"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="http://www.fehcom.de/ipnet/qlibs.html"
|
homepage="http://www.fehcom.de/ipnet/qlibs.html"
|
||||||
distfiles="http://www.fehcom.de/ipnet/fehQlibs/fehQlibs-${version}.tgz"
|
distfiles="http://www.fehcom.de/ipnet/fehQlibs/fehQlibs-${version}.tgz"
|
||||||
checksum=2064152311cd73fb15f078fc8978daec9265028824e7374cb47a1ea5803967db
|
checksum=cb78f09621b2e9cff5b0fe246de7730c608756263558330c8e04f7adb2aa0ebb
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
@ -17,7 +17,7 @@ post_extract() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cat >conf-build <<EOF
|
cat >conf-build <<EOF
|
||||||
CFLAGS='$CFLAGS -fcommon -fPIC'
|
CFLAGS='$CFLAGS -fPIC'
|
||||||
LIBDIR=$DESTDIR/usr/lib
|
LIBDIR=$DESTDIR/usr/lib
|
||||||
HDRDIR=$DESTDIR/usr/include/fehQlibs
|
HDRDIR=$DESTDIR/usr/include/fehQlibs
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue