2009-12-22 19:24:55 +00:00
|
|
|
# Template file for 'libasyncns'
|
|
|
|
pkgname=libasyncns
|
|
|
|
version=0.8
|
2014-02-04 16:27:02 +00:00
|
|
|
revision=8
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-12-22 19:24:55 +00:00
|
|
|
short_desc="C library for executing name service queries asynchronously"
|
2013-03-29 12:37:58 +00:00
|
|
|
homepage="http://0pointer.de/lennart/projects/libasyncns/"
|
|
|
|
license="LGPL-2.1"
|
2009-12-22 19:24:55 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-13 08:15:49 +00:00
|
|
|
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
|
2009-12-22 19:24:55 +00:00
|
|
|
checksum=4f1a66e746cbe54ff3c2fbada5843df4fbbbe7481d80be003e8d11161935ab74
|
|
|
|
|
2014-02-04 16:27:02 +00:00
|
|
|
CFLAGS="-fPIC"
|
2009-12-22 19:24:55 +00:00
|
|
|
|
2013-04-13 08:15:49 +00:00
|
|
|
libasyncns-devel_package() {
|
2014-02-04 16:27:02 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2013-05-06 15:03:39 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/share
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.a"
|
2014-02-04 16:27:02 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
}
|
|
|
|
}
|