wok-stable diff xfwm4/receipt @ rev 11401
Fix: typo in linux-libre-api-headers (thanks to godane)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 11 02:16:15 2011 +0100 (2011-12-11) |
parents | d4b7efa2ec7d |
children |
line diff
1.1 --- a/xfwm4/receipt Sun Jan 30 20:12:40 2011 +0000 1.2 +++ b/xfwm4/receipt Sun Dec 11 02:16:15 2011 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xfce Window Manager" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade" 1.8 -BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.xfce.org/" 1.11 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.12 1.13 +DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade" 1.14 +BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool \ 1.15 + libwnck-dev dbus-glib-dev util-linux-ng-uuid-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -22,7 +24,7 @@ 1.21 --disable-debug \ 1.22 --disable-static \ 1.23 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 + make && make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.