18 lines
557 B
Text
18 lines
557 B
Text
# Template file for 'sysprof'
|
|
pkgname=sysprof
|
|
version=1.2.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="glib-devel gtk+-devel libglade-devel"
|
|
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
|
|
}
|