# SliTaz package receipt. PACKAGE="gsmartcontrol" VERSION="0.8.5" CATEGORY="system-tools" SHORT_DESC="Hard disk drive health inspection tool (GUI for smartctl)." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gsmartcontrol.berlios.de/" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" DEPENDS="pcre glib gtk+ cairomm gtkmm smartmontools" BUILD_DEPENDS="pcre-dev glib-dev gtk+-dev cairomm-dev gtkmm-dev" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $_pkg/usr/bin/gsmartcontrol $fs/usr/bin }