summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3b857074fa19ac91bd0468c23bcb3ec8e297b904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Andrés Rodríguez <andres.rodriguez __at__ lithersoft.com>

pkgname=('libsysconfcpus-git')
pkgver=0.5
pkgrel=2
pkgdesc="LD_PRELOAD library to fake number of available cores - patched git version"
arch=(x86_64)
url="https://github.com/obmarg/libsysconfcpus"
license=('GPL2')
makedepends=("git")
source=("git://github.com/obmarg/libsysconfcpus.git")
sha256sums=("SKIP")

build() {
	cd libsysconfcpus
	./configure --prefix=/usr
	make
}

package() {
	cd $srcdir/libsysconfcpus
	make DESTDIR=$pkgdir install
}