forked from ports/contrib
libasyncns: new port
This commit is contained in:
parent
34cde54948
commit
b7f1bb34a6
11
libasyncns/.footprint
Normal file
11
libasyncns/.footprint
Normal file
@ -0,0 +1,11 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/asyncns.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libasyncns.a
|
||||
-rwxr-xr-x root/root usr/lib/libasyncns.la
|
||||
lrwxrwxrwx root/root usr/lib/libasyncns.so -> libasyncns.so.0.3.1
|
||||
lrwxrwxrwx root/root usr/lib/libasyncns.so.0 -> libasyncns.so.0.3.1
|
||||
-rwxr-xr-x root/root usr/lib/libasyncns.so.0.3.1
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libasyncns.pc
|
1
libasyncns/.md5sum
Normal file
1
libasyncns/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1cac4bd143503b597aaf5c344c0bf81e libasyncns-0.7.tar.gz
|
17
libasyncns/Pkgfile
Normal file
17
libasyncns/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: A C library for executing name service queries asynchronously
|
||||
# URL: http://0pointer.de/lennart/projects/libasyncns/
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on:
|
||||
|
||||
name=libasyncns
|
||||
version=0.7
|
||||
release=1
|
||||
source=(http://0pointer.de/lennart/projects/libasyncns/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user