# SliTaz package receipt. PACKAGE="hardinfo" VERSION="0.5.1" CATEGORY="system-tools" SHORT_DESC="A tool to get hardware informations and perform benchmarks." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ pciutils xorg-libXdamage" BUILD_DEPENDS="gtk+ gtk+-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://hardinfo.berlios.de/" WGET_URL="http://download.berlios.de/hardinfo/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src while read file; do [ -f done.$file ] && continue patch -p0 < $stuff/$file || return 1 touch done.$file done <