wok diff tint2/receipt @ rev 11460

orage: add popt to depends
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 17 11:42:21 2011 +0100 (2011-12-17)
parents 4a193c62c501
children 380ffe05937a
line diff
     1.1 --- a/tint2/receipt	Wed Mar 02 00:01:14 2011 +0000
     1.2 +++ b/tint2/receipt	Sat Dec 17 11:42:21 2011 +0100
     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.