diff options
Diffstat (limited to 'libasyncns-python/Pkgfile')
-rw-r--r-- | libasyncns-python/Pkgfile | 15 |
1 files changed, 15 insertions, 0 deletions
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 +} |