void-packages/srcpkgs/sysprof/template

19 lines
557 B
Text
Raw Normal View History

2012-09-09 06:23:31 +00:00
# Template file for 'sysprof'
pkgname=sysprof
version=1.2.0
revision=3
2012-09-09 06:23:31 +00:00
build_style=gnu-configure
2014-02-16 17:55:14 +00:00
hostmakedepends="pkg-config"
makedepends="glib-devel gtk+-devel libglade-devel"
2012-09-09 06:23:31 +00:00
short_desc="A system-wide profiler for Linux"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://sysprof.com/"
distfiles="http://sysprof.com/sysprof-${version}.tar.gz"
checksum=baf03c6fc01a845c705873e6fc7927aa89539dcda6963f9ec4c8eb4c086a64f1
post_install() {
vmkdir usr/lib/udev/rules.d
mv ${DESTDIR}/etc/udev/rules.d/* ${DESTDIR}/usr/lib/udev/rules.d
}