wok-stable diff libexo/receipt @ rev 4382
Add ht
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 14 11:55:42 2009 +0200 (2009-10-14) |
parents | 6dc1f847927c |
children | 9d920e7e106c |
line diff
1.1 --- a/libexo/receipt Sun Sep 20 13:12:35 2009 +0000 1.2 +++ b/libexo/receipt Wed Oct 14 11:55:42 2009 +0200 1.3 @@ -5,9 +5,10 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xfce extension library" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libxfce4util perl-uri-url perl-uri-escape perl-uri-file 1.8 +DEPENDS="libxfce4util perl-uri-url perl-uri-escape perl-uri-file \ 1.9 startup-notification hal" 1.10 -BUILD_DEPENDS="libxfce4util-dev perl-uri-url perl-uri-escape perl-uri-file startup-notification-dev hal-dev" 1.11 +BUILD_DEPENDS="libxfce4util-dev perl-uri-url perl-uri-escape perl-uri-file \ 1.12 +startup-notification-dev hal-dev" 1.13 SOURCE="exo" 1.14 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.xfce.org" 1.16 @@ -16,16 +17,19 @@ 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 -{ 1.21 +{ 1.22 patch _p0 -i stuff/helpers.rc.u 1.23 - 1.24 + 1.25 cd $src 1.26 - ./configure --prefix=/usr \ 1.27 + ./configure \ 1.28 + --prefix=/usr \ 1.29 --sysconfdir=/etc \ 1.30 + --libexecdir=/usr/lib/libexo \ 1.31 --enable-notifications \ 1.32 --enable-hal \ 1.33 --disable-debug \ 1.34 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.35 + --mandir=/usr/share/man \ 1.36 + $CONFIGURE_ARGS && \ 1.37 make && make DESTDIR=$PWD/_pkg install 1.38 } 1.39 1.40 @@ -36,11 +40,11 @@ 1.41 $fs/usr/share/locale \ 1.42 $fs/usr/share/xfce4 \ 1.43 $fs/etc/xdg/xfce4 1.44 - 1.45 + 1.46 cp -a $_pkg/etc $fs/ 1.47 cp -a $_pkg/usr/bin $fs/usr 1.48 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.49 - cp -a $_pkg/usr/libexec $fs/usr 1.50 + cp -a $_pkg/usr/lib/libexo $fs/usr/lib 1.51 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.52 cp -a $_pkg/usr/share/applications $fs/usr/share 1.53 cp -a $_pkg/usr/share/icons $fs/usr/share 1.54 @@ -49,7 +53,4 @@ 1.55 1.56 # Fix perms & helpers 1.57 chmod +x $fs/usr/bin/exo-preferred-applications 1.58 - 1.59 - 1.60 } 1.61 -