summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3abf377f4cd9f67d62ed38af7b1dfd5c536a2aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Matthew "Madness" Evan <mattmadness@420blaze.it>
pkgname=python-purple
pkgver=2011.02.23
pkgrel=0
pkgdesc="Python bind for libpurple using the Cython extension"
arch=(any)
license=('GPL3')
url='https://github.com/fahhem/python-purple'
provides=('python-purple')
conflicts=('python-purple')
source=("git+https://github.com/fahhem/python-purple.git")
md5sums=("SKIP")

build() {
	cd "$srcdir/python-purple"
	python2 setup.py build
}

package() {
	cd python-purple	
	python2 setup.py install --root="$pkgdir/python-purple-git"
}