libasyncns-python: new port
This commit is contained in:
parent
b7f1bb34a6
commit
7ec73e072f
5
libasyncns-python/.footprint
Normal file
5
libasyncns-python/.footprint
Normal file
@ -0,0 +1,5 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python2.6/
|
||||
drwxr-xr-x root/root usr/lib/python2.6/site-packages/
|
||||
-rwxr-xr-x root/root usr/lib/python2.6/site-packages/libasyncns.so
|
1
libasyncns-python/.md5sum
Normal file
1
libasyncns-python/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
a121964ef8ad9aa6b553326b595aaf0c libasyncns-python-0.7.tar.bz2
|
15
libasyncns-python/Pkgfile
Normal file
15
libasyncns-python/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
||||
# Description: A python binding for the libasyncns
|
||||
# URL: https://launchpad.net/libasyncns-python
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on: libasyncns python
|
||||
|
||||
name=libasyncns-python
|
||||
version=0.7
|
||||
release=1
|
||||
source=(http://launchpad.net/libasyncns-python/trunk/$version/+download/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
python setup.py install --root=$PKG
|
||||
find $PKG -name '*egg-info' | xargs rm
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user