summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-09-19 13:05:36 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-09-19 13:05:36 -0500
commit41872fc502c46f0e918150f1893e570c71b4ded7 (patch)
tree754da8e15ea69168d16d76b899e9359bd154c14f /pcr
parentc21c8e3cd624d0ca4d27acd5ef84095ac0dab2af (diff)
Removing python2-sexy: It was removed in upstream
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python2-sexy/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/python2-sexy/PKGBUILD b/pcr/python2-sexy/PKGBUILD
deleted file mode 100644
index 81c4e453e..000000000
--- a/pcr/python2-sexy/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Guest One <theguestone at gmail dot com>
-
-pkgname=python2-sexy
-pkgver=0.1.9
-pkgrel=1
-pkgdesc="Python bindings for libsexy"
-arch=('i686')
-url='http://chipx86.com/wiki/Libsexy'
-license=('LGPL')
-depends=('libsexy' 'pygtk')
-options=(!libtool)
-source=(http://releases.chipx86.com/libsexy/sexy-python/sexy-python-$pkgver.tar.gz)
-sha256sums=('2d8d257bbfa498a89792e0405ed8cf70396648b3df3c8e32cdc3dcc9bb666f15')
-sha512sums=('e735f06efce302e10b89cfd3d6c641d523cd29517792ccaa4d022d7be6f6a350fff180f1c94d255ccbc82891cac7346520dfed2a88d828fbd7e891aa56396530')
-
-build() {
- cd sexy-python-$pkgver/
- ./configure --prefix=/usr
- make
-}
-
-package() {
- make -C sexy-python-$pkgver DESTDIR="$pkgdir" install
-}