diff options
author | Guest One <theguestone@gmail.com> | 2013-05-20 21:29:24 +0200 |
---|---|---|
committer | Guest One <theguestone@gmail.com> | 2013-05-20 21:29:24 +0200 |
commit | 9f499b7753c40903a7733a4cb18ebe72984f80bb (patch) | |
tree | 59806c38df91b909c704afc31c6e90b8557a8a22 | |
parent | f65a5d2d3b9b13e5fb6af3f2dc690e3cbfc527c8 (diff) | |
download | abslibre-9f499b7753c40903a7733a4cb18ebe72984f80bb.tar.gz abslibre-9f499b7753c40903a7733a4cb18ebe72984f80bb.tar.bz2 abslibre-9f499b7753c40903a7733a4cb18ebe72984f80bb.zip |
added new package python2-sexy 0.1.9-1
-rw-r--r-- | pcr/python2-sexy/PKGBUILD | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pcr/python2-sexy/PKGBUILD b/pcr/python2-sexy/PKGBUILD new file mode 100644 index 000000000..81c4e453e --- /dev/null +++ b/pcr/python2-sexy/PKGBUILD @@ -0,0 +1,24 @@ +# 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 +} |