opt/oprofile/Pkgfile

20 lines
387 B
Plaintext
Raw Normal View History

2006-09-16 12:50:18 +02:00
# Description: A system-wide profiler for Linux
# URL: http://oprofile.sourceforge.net
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=oprofile
version=0.9.2
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --with-kernel-support
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}