wok-4.x rev 10655
gsmartcontrol: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 27 06:01:54 2011 +0200 (2011-05-27) |
parents | 97048f202b98 |
children | ecc22c518136 |
files | gsmartcontrol/receipt |
line diff
1.1 --- a/gsmartcontrol/receipt Fri May 27 05:41:18 2011 +0200 1.2 +++ b/gsmartcontrol/receipt Fri May 27 06:01:54 2011 +0200 1.3 @@ -6,18 +6,18 @@ 1.4 SHORT_DESC="Hard disk drive health inspection tool (GUI for smartctl)." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -DEPENDS="pcre gtk+ gtkmm smartmontools gcc-lib-base" 1.8 -BUILD_DEPENDS="pcre-dev gtk+-dev gtkmm-dev glib-dev" 1.9 WEB_SITE="http://gsmartcontrol.berlios.de/" 1.10 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" 1.11 1.12 +DEPENDS="pcre glib gtk+ cairomm gtkmm smartmontools" 1.13 +BUILD_DEPENDS="pcre-dev glib-dev gtk+-dev cairomm-dev gtkmm-dev" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 cd $src 1.19 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.20 - make && 1.21 - make DESTDIR=$DESTDIR install 1.22 + make && make DESTDIR=$DESTDIR install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.