wok-next diff gsmartcontrol/receipt @ rev 4047

Add bchunk
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 09 12:12:02 2009 +0200 (2009-09-09)
parents
children ec092c48d554
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gsmartcontrol/receipt	Wed Sep 09 12:12:02 2009 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gsmartcontrol"
     1.7 +VERSION="0.8.5"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Hard disk drive health inspection tool (GUI for smartctl)."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +DEPENDS="pcre gtk+ gtkmm smartmontools"
    1.13 +BUILD_DEPENDS="pcre-dev gtk+-dev gtkmm-dev"
    1.14 +WEB_SITE="http://gsmartcontrol.berlios.de/"
    1.15 +WGET_URL="$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.22 +	make &&
    1.23 +	make DESTDIR=$PWD/_pkg install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/bin
    1.30 +	cp -a $_pkg/usr/bin/gsmartcontrol $fs/usr/bin
    1.31 +}