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