wok-next annotate exo/receipt @ rev 14327
Up: efl (1.7.6)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Fri Apr 12 19:17:52 2013 +0200 (2013-04-12) |
parents | f14bfaef9634 |
children | bbf96943be5b |
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 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@5219 | 9 WEB_SITE="http://www.xfce.org" |
erjo@8016 | 10 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" |
slaxemulator@8986 | 11 COOK_OPT="!fs" |
erjo@5219 | 12 |
pankso@12542 | 13 DEPENDS="exo-tools libexo util-linux-uuid libgio" |
pankso@12542 | 14 BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool \ |
pascal@12621 | 15 util-linux-uuid-dev libgio-dev glib-dev gtk+-dev" |
pankso@12542 | 16 |
erjo@5219 | 17 # Rules to configure and make the package. |
erjo@5219 | 18 compile_rules() |
erjo@5219 | 19 { |
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 && \ |
pankso@12542 | 30 make && make 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 } |