contrib/libasyncns-python/Pkgfile
2010-12-19 15:13:22 +02:00

16 lines
442 B
Plaintext

# 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.1
release=2
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
}