wok-current annotate exo/receipt @ rev 10727
tazwok: Fixed to use right source. Need to delete tazwok-4.2.16.tar.bz2 on tank since is its more update then 4.2.16 tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:53:30 2011 +0000 (2011-05-28) |
parents | 723666943311 |
children | 2f2da9a13241 |
rev | line source |
---|---|
erjo@5219 | 1 # SliTaz package receipt. |
erjo@5219 | 2 |
erjo@5219 | 3 PACKAGE="exo" |
erjo@8016 | 4 VERSION="0.6.0" |
erjo@5219 | 5 CATEGORY="meta" |
erjo@5219 | 6 SHORT_DESC="Xfce Exo library and tools" |
erjo@5219 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@5219 | 8 DEPENDS="exo-tools libexo" |
gokhlayeh@8063 | 9 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool" |
erjo@5219 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@5219 | 11 WEB_SITE="http://www.xfce.org" |
erjo@8016 | 12 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" |
slaxemulator@8986 | 13 COOK_OPT="!fs" |
erjo@5219 | 14 |
erjo@5219 | 15 # Rules to configure and make the package. |
erjo@5219 | 16 compile_rules() |
erjo@5219 | 17 { |
erjo@5219 | 18 |
erjo@5219 | 19 #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION |
erjo@5219 | 20 cd $src |
slaxemulator@8986 | 21 patch -p1 -i $stuff/helpers.rc.u |
erjo@5219 | 22 ./configure \ |
erjo@5219 | 23 --prefix=/usr \ |
erjo@5219 | 24 --sysconfdir=/etc \ |
erjo@5219 | 25 --libexecdir=/usr/lib/libexo \ |
erjo@5219 | 26 --disable-debug \ |
erjo@5219 | 27 --mandir=/usr/share/man \ |
erjo@5219 | 28 --disable-python \ |
erjo@5219 | 29 $CONFIGURE_ARGS && \ |
erjo@5219 | 30 make && make DESTDIR=$PWD/_pkg install |
erjo@5219 | 31 } |
erjo@5219 | 32 |
erjo@5219 | 33 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@5219 | 34 genpkg_rules() |
erjo@5219 | 35 { |
erjo@5219 | 36 mkdir $fs/usr |
erjo@5219 | 37 } |