contrib/libasyncns-python/Pkgfile

16 lines
442 B
Plaintext
Raw Normal View History

2008-12-21 16:02:02 +01:00
# 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
2009-04-23 14:43:43 +02:00
version=0.7.1
2010-12-19 14:13:22 +01:00
release=2
2008-12-21 16:02:02 +01:00
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
}