diff options
author | piernov <piernov@piernov.org> | 2011-09-04 16:02:21 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-04 16:02:21 +0200 |
commit | 7043b785fdc2d7a0088e25f30adbcfc2f5f877ba (patch) | |
tree | df2fccb4f28a4546453a6ec6a2a766250e3457b5 /extra/libasyncns-python/Pkgfile | |
parent | b112683961336a1b8cd00660d8a246675d9926d9 (diff) | |
download | nutyx-pakxe-7043b785fdc2d7a0088e25f30adbcfc2f5f877ba.tar.gz nutyx-pakxe-7043b785fdc2d7a0088e25f30adbcfc2f5f877ba.tar.bz2 nutyx-pakxe-7043b785fdc2d7a0088e25f30adbcfc2f5f877ba.tar.xz nutyx-pakxe-7043b785fdc2d7a0088e25f30adbcfc2f5f877ba.zip |
libasyncns-python 0.7.1-1 déplacé dans extra
Diffstat (limited to 'extra/libasyncns-python/Pkgfile')
-rw-r--r-- | extra/libasyncns-python/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/libasyncns-python/Pkgfile b/extra/libasyncns-python/Pkgfile new file mode 100644 index 000000000..5c9f19582 --- /dev/null +++ b/extra/libasyncns-python/Pkgfile @@ -0,0 +1,17 @@ +# Description: Binding Python pour libasyncns +# URL: https://launchpad.net/libasyncns-python +# Maintainer: piernov <piernov@piernov.org> +# Packager: piernov <piernov@piernov.org> +# Depends on: libasyncns +# Run on: libasyncns + +name=libasyncns-python +version=0.7.1 +release=1 +source=(http://launchpad.net/$name/trunk/$version/+download/$name-$version.tar.bz2) + +build() +{ + cd $name-$version + python2 setup.py install --root=$PKG +} |