aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/latencytop/template
blob: 67071c436a8aa0d8b1ee9650620d36614b7d0717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Template file for 'latencytop'
pkgname=latencytop
version=0.5
revision=4
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="gtk+-devel ncurses-devel"
short_desc="Measuring and fixing Linux latency"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
homepage="http://www.latencytop.org"
distfiles="${DEBIAN_SITE}/main/l/$pkgname/${pkgname}_${version}.orig.tar.gz"
checksum=9e7f72fbea7bd918e71212a1eabaad8488d2c602205d2e3c95d62cd57e9203ef

pre_build() {
	export CFLAGS="$CFLAGS $LDFLAGS"
}

do_install() {
	vmkdir usr/bin
	make DESTDIR=$PKGDESTDIR SBINDIR=/usr/bin install
}