libasyncns-python: new port

This commit is contained in:
Mikhail Kolesnik 2008-12-21 17:02:02 +02:00
parent b7f1bb34a6
commit 7ec73e072f
3 changed files with 21 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
a121964ef8ad9aa6b553326b595aaf0c libasyncns-python-0.7.tar.bz2

15
libasyncns-python/Pkgfile Normal file
View 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
}