wok-6.x rev 9854
tint2: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 12:24:37 2011 +0200 (2011-05-16) |
parents | e9f13767ef1e |
children | 537c950566ea |
files | tint2/receipt |
line diff
1.1 --- a/tint2/receipt Mon May 16 01:14:29 2011 +0000 1.2 +++ b/tint2/receipt Mon May 16 12:24:37 2011 +0200 1.3 @@ -5,14 +5,15 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="taskbar and panel" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="gtk+ cairo pango glib imlib2 xorg-libXinerama xcb-util freetype" 1.8 -BUILD_DEPENDS="pygtk-dev cmake pkg-config" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://tint2.googlecode.com/files/" 1.11 WGET_URL="$WEB_SITE/$TARBALL" 1.12 CONFIG_FILES="/etc/xdg/tint2/tint2rc" 1.13 TAGS="desktop panel taskbar" 1.14 1.15 +DEPENDS="gtk+ cairo pango glib imlib2 xorg-libXinerama xcb-util freetype" 1.16 +BUILD_DEPENDS="pygtk-dev cmake pkg-config imlib2-dev xcb-util-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -21,7 +22,7 @@ 1.22 cd build 1.23 cmake -DCMAKE_INSTALL_PREFIX=/usr ../ && 1.24 make && 1.25 - make DESTDIR=$PWD/../_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.