summaryrefslogtreecommitdiff
path: root/pcr/pyzenity
diff options
context:
space:
mode:
authoraurelien <aurelien@cwb.io>2013-09-23 11:01:31 +0200
committeraurelien <aurelien@cwb.io>2013-09-23 11:01:31 +0200
commit0f2365941f7fabcae71f5beaf964b0b9cfa2a422 (patch)
treee6942f74d3a440e3ca86a9dfbbe908f94c0ad989 /pcr/pyzenity
parent2735c9d273c54b555681f30f5c685998fed7b484 (diff)
pyzenity
Diffstat (limited to 'pcr/pyzenity')
-rw-r--r--pcr/pyzenity/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/pyzenity/PKGBUILD b/pcr/pyzenity/PKGBUILD
new file mode 100644
index 000000000..364cb56a1
--- /dev/null
+++ b/pcr/pyzenity/PKGBUILD
@@ -0,0 +1,20 @@
+# Contributor: lang2 <wenzhi.liang@gmail.com>
+# Contributor: sylvain alborini <sylvain dot alborini at gmail dot com>
+# Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@replicant.io>
+
+pkgname=pyzenity
+_pkg_name=PyZenity
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="python bindings for zenity"
+url="http://www.brianramos.com/?page_id=38"
+depends=('python2' 'zenity')
+ arch=('any')
+license=('GPL')
+source=(http://brianramos.com/software/${_pkg_name}/${_pkg_name}-${pkgver}.tar.gz)
+
+build()
+{
+ cd "$srcdir/$_pkg_name-$pkgver"
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+}