wok diff xfce4-session/receipt @ rev 4596
Add eboard
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 13 17:01:21 2009 +0100 (2009-12-13) |
parents | f165fed5166c |
children | 413b0174114a |
line diff
1.1 --- a/xfce4-session/receipt Thu Sep 24 10:48:19 2009 +0200 1.2 +++ b/xfce4-session/receipt Sun Dec 13 17:01:21 2009 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Xfce session manager" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="libxfce4util libxfcegui4 libwnck perl-xml-parser xorg-iceauth" 1.7 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libwnck-dev xorg-iceauth libiconv" 1.8 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev libwnck-dev xorg-iceauth" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.xfce.org/" 1.11 WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" 1.12 @@ -21,6 +21,7 @@ 1.13 --enable-final \ 1.14 --disable-gnome \ 1.15 --disable-debug \ 1.16 + --libexecdir=/usr/lib/$PACKAGE \ 1.17 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.18 make && make DESTDIR=$PWD/_pkg install 1.19 } 1.20 @@ -28,13 +29,13 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr \ 1.25 + mkdir -p $fs/usr/lib \ 1.26 $fs/usr/share/locale \ 1.27 $fs/sbin 1.28 1.29 cp -a $_pkg/etc $fs/ 1.30 cp -a $_pkg/usr/bin $fs/usr 1.31 - cp -a $_pkg/usr/libexec $fs/usr 1.32 + cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 1.33 cp -a $_pkg/usr/lib $fs/usr 1.34 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.35 cp -a $_pkg/usr/share/applications $fs/usr/share 1.36 @@ -46,7 +47,7 @@ 1.37 cp stuff/shutdown $fs/sbin 1.38 1.39 # strip all files 1.40 - strip -s $fs/usr/libexec/xf* 1.41 + strip -s $fs/usr/lib/$PACKAGE/xf* 1.42 1.43 # remove autostartfile 1.44 rm -f $fs/etc/xdg/autostart/*