opt/lshw/Pkgfile

19 lines
540 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Small tool to extract detailed information about hardware
# URL: http://ezix.org/project/wiki/HardwareLiSter
2006-04-13 06:29:47 +02:00
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01:00
# Depends on:
name=lshw
2006-05-09 12:45:26 +02:00
version=B.02.08.01
2006-02-23 16:26:10 +01:00
release=1
source=(http://ezix.org/software/files/$name-$version.tar.gz)
build() {
cd $name-$version
find -name Makefile -exec sed -i -e "s/-Os/$CFLAGS/g" -e "s:share/man:man:g" {} \;
make
make DESTDIR=$PKG install
2006-04-03 14:45:11 +02:00
chmod -R +r $PKG
2006-02-23 16:26:10 +01:00
}