wok-6.x diff exo/receipt @ rev 5657
Up: libogg (1.2.0)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun May 30 02:45:16 2010 +0000 (2010-05-30) |
parents | |
children | 283b8d93992b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/exo/receipt Sun May 30 02:45:16 2010 +0000 1.3 @@ -0,0 +1,39 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="exo" 1.7 +VERSION="0.3.101" 1.8 +CATEGORY="meta" 1.9 +SHORT_DESC="Xfce Exo library and tools" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="exo-tools libexo" 1.12 +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL 1.16 + http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + patch -p0 -i stuff/helpers.rc.u 1.22 + 1.23 + #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION 1.24 + cd $src 1.25 + ./configure \ 1.26 + --prefix=/usr \ 1.27 + --sysconfdir=/etc \ 1.28 + --libexecdir=/usr/lib/libexo \ 1.29 + --enable-notifications \ 1.30 + --enable-hal \ 1.31 + --disable-debug \ 1.32 + --mandir=/usr/share/man \ 1.33 + --disable-python \ 1.34 + $CONFIGURE_ARGS && \ 1.35 + make && make DESTDIR=$PWD/_pkg install 1.36 +} 1.37 + 1.38 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.39 +genpkg_rules() 1.40 +{ 1.41 + mkdir $fs/usr 1.42 +}