wok-6.x diff libxfce4util/receipt @ rev 4126
Up: libexo* (0.3.101)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:12:35 2009 +0000 (2009-09-20) |
parents | |
children | 9824152793fe |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libxfce4util/receipt Sun Sep 20 13:12:35 2009 +0000 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libxfce4util" 1.7 +VERSION="4.4.3" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xfce Utility library" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="gtk+" 1.12 +BUILD_DEPENDS="gtk+-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure --prefix=/usr \ 1.22 + --infodir=/usr/share/info \ 1.23 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.24 + make && make DESTDIR=$PWD/_pkg install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr \ 1.31 + $fs/usr/lib \ 1.32 + $fs/usr/share/locale 1.33 + 1.34 + cp -a $_pkg/usr/sbin $fs/usr 1.35 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.36 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.37 +} 1.38 +