summaryrefslogtreecommitdiff
path: root/pcr/pyzenity/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/pyzenity/PKGBUILD')
-rw-r--r--pcr/pyzenity/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/pyzenity/PKGBUILD b/pcr/pyzenity/PKGBUILD
deleted file mode 100644
index 364cb56a1..000000000
--- a/pcr/pyzenity/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}