mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Added pyalpmm to community from AUR
This commit is contained in:
parent
04fb4205f4
commit
dd34afce51
1 changed files with 24 additions and 0 deletions
24
community/pyalpmm/PKGBUILD
Normal file
24
community/pyalpmm/PKGBUILD
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
|
||||
# No Plugbox changes, this is just from AUR.
|
||||
|
||||
pkgname=pyalpmm
|
||||
pkgver=0.3
|
||||
pkgrel=1
|
||||
pkgdesc="The Python ALPM high-level API"
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
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 || 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
|
||||
}
|
||||
|
Loading…
Reference in a new issue