diff options
-rw-r--r-- | libasyncns-python/.footprint | 5 | ||||
-rw-r--r-- | libasyncns-python/.md5sum | 1 | ||||
-rw-r--r-- | libasyncns-python/Pkgfile | 15 |
3 files changed, 21 insertions, 0 deletions
diff --git a/libasyncns-python/.footprint b/libasyncns-python/.footprint new file mode 100644 index 000000000..01ad0c39e --- /dev/null +++ b/libasyncns-python/.footprint @@ -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 diff --git a/libasyncns-python/.md5sum b/libasyncns-python/.md5sum new file mode 100644 index 000000000..34c3b978b --- /dev/null +++ b/libasyncns-python/.md5sum @@ -0,0 +1 @@ +a121964ef8ad9aa6b553326b595aaf0c libasyncns-python-0.7.tar.bz2 diff --git a/libasyncns-python/Pkgfile b/libasyncns-python/Pkgfile new file mode 100644 index 000000000..3a6dd392c --- /dev/null +++ b/libasyncns-python/Pkgfile @@ -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 +} |