wok rev 11481
libgtop: add glib to depends; add intltool to build_depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 18 03:01:59 2011 +0100 (2011-12-18) |
parents | a7acdc68e38c |
children | 4c7e8355c655 |
files | libgtop/receipt |
line diff
1.1 --- a/libgtop/receipt Sun Dec 18 03:01:59 2011 +0100 1.2 +++ b/libgtop/receipt Sun Dec 18 03:01:59 2011 +0100 1.3 @@ -8,6 +8,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WEB_SITE="http://www.gnome.org" 1.6 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.7 +DEPENDS="glib" 1.8 +BUILD_DEPENDS="intltool" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()