removed aur/pyalpmm

This commit is contained in:
Kevin Mihelich 2013-06-06 21:40:11 +00:00
parent a9dfed0ebd
commit bb4106f3a7

View file

@ -1,24 +0,0 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
plugrel=1
pkgname=pyalpmm
pkgver=0.3
pkgrel=1
pkgdesc="The Python ALPM high-level API"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.infolexikon.de/code/pyalpmm"
depends=('python>=2.6.2')
makedepends=('swig')
source=("http://static.evigo.net/infolexikon/releases/${pkgname}-${pkgver}.tgz")
md5sums=('8eed9a315eff7c444ce1501db47e748e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
make -j1 || return 1
make install DESTDIR=${pkgdir} || return 1
install -Dm755 mmacman ${pkgdir}/usr/bin/mmacman || return 1
install -Dm644 pyalpmm.conf ${pkgdir}/etc/pyalpmm.conf || return 1
}