Update packages that use autoconf cache vars set by environment/autoconf_cache.

Those cached vars are already setup globally, therefore it's not needed to
set them in the template anymore.
This commit is contained in:
Juan RP 2014-02-04 17:27:02 +01:00
parent 69c6729620
commit a39ae0b92b
29 changed files with 50 additions and 171 deletions

View file

@ -1,32 +1,25 @@
# Template file for 'libasyncns'
pkgname=libasyncns
version=0.8
revision=7
revision=8
build_style=gnu-configure
configure_args="CFLAGS=-fPIC ac_cv_func_malloc_0_nonnull=yes"
short_desc="C library for executing name service queries asynchronously"
homepage="http://0pointer.de/lennart/projects/libasyncns/"
license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
checksum=4f1a66e746cbe54ff3c2fbada5843df4fbbbe7481d80be003e8d11161935ab74
long_desc="
libasyncns is a C library for Linux/Unix for executing name service queries
asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
In contrast to GNU's asynchronous name resolving API getaddrinfo_a(),
libasyncns does not make use of UNIX signals for reporting completion of
name queries. Instead, the API exports a standard UNIX file descriptor which
may be integerated cleanly into custom main loops."
CFLAGS="-fPIC"
libasyncns-devel_package() {
depends="libasyncns>=${version}"
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}