contrib/x86info/Pkgfile

19 lines
582 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: In-depth CPU information tool.
2009-01-13 00:34:18 +01:00
# URL: http://www.codemonkey.org.uk/projects/x86info/
2008-03-05 04:35:56 +01:00
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python
2006-11-14 00:01:22 +01:00
name=x86info
2011-12-10 01:30:23 +01:00
version=1.30
2006-11-14 00:01:22 +01:00
release=1
source=(https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/x86info/1.30-3/x86info_$version.orig.tar.gz)
2006-11-14 00:01:22 +01:00
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
sed -e 's/-Werror //' -i Makefile
2006-11-19 22:26:53 +01:00
make
mkdir -p $PKG/usr/{bin,man/man1}
install -D -m755 -oroot -groot $name $PKG/usr/bin/$name
install -D -m644 -oroot -groot $name.1 $PKG/usr/share/man/man1/$name.1
2006-11-14 00:01:22 +01:00
}