summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7c0576aa04004f3e2a6f0149a63134da300ec5fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Jon Gjengset <jon@thesquareplanet.com>
pkgname=cpuset
pkgver=1.5.7
pkgrel=1
pkgdesc="Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier."
arch=('any')
url="https://code.google.com/p/cpuset/"
license=('GPL2')
depends=('python2')
options=('!emptydirs')
source=("https://github.com/lpechacek/cpuset/archive/v${pkgver}.tar.gz")
md5sums=('6ad79b26ba03f559604d74513cc34392')

package() {
	cd "$srcdir/$pkgname-$pkgver"
	python2 setup.py install --root="$pkgdir/" --optimize=1
}