From 4232b74445f80f4175c1485a53a02c79b37a63f1 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Oct 2011 23:14:43 +0000 Subject: Fri Oct 14 23:14:43 UTC 2011 --- testing/pyalpm/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/pyalpm/PKGBUILD (limited to 'testing/pyalpm') diff --git a/testing/pyalpm/PKGBUILD b/testing/pyalpm/PKGBUILD new file mode 100644 index 000000000..7a2eccdda --- /dev/null +++ b/testing/pyalpm/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer : Rémy Oudompheng + +pkgname=pyalpm +pkgver=0.5 +pkgrel=1 +pkgdesc="Libalpm bindings for Python 3" +arch=('i686' 'x86_64') +url="http://projects.archlinux.org/users/remy/pyalpm.git/" +license=('GPL') +depends=('python>=3.2' 'pacman>=4') +source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz") +md5sums=('25b078e0c56d10cf64edd026be317760') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + python setup.py build +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + python setup.py install --root=${pkgdir} +} + -- cgit v1.2.3-54-g00ecf