wok annotate exo/receipt @ rev 8952

Merge
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 17:38:23 2011 +0000 (2011-03-01)
parents 0874004b631d
children 5a95352df02a
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"
erjo@5219 13
erjo@5219 14 # Rules to configure and make the package.
erjo@5219 15 compile_rules()
erjo@5219 16 {
erjo@5219 17
erjo@5219 18 #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
erjo@5219 19 cd $src
pascal@6054 20 patch -p1 -i ../stuff/helpers.rc.u
erjo@5219 21 ./configure \
erjo@5219 22 --prefix=/usr \
erjo@5219 23 --sysconfdir=/etc \
erjo@5219 24 --libexecdir=/usr/lib/libexo \
erjo@5219 25 --disable-debug \
erjo@5219 26 --mandir=/usr/share/man \
erjo@5219 27 --disable-python \
erjo@5219 28 $CONFIGURE_ARGS && \
erjo@5219 29 make && make DESTDIR=$PWD/_pkg install
erjo@5219 30 }
erjo@5219 31
erjo@5219 32 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@5219 33 genpkg_rules()
erjo@5219 34 {
erjo@5219 35 mkdir $fs/usr
erjo@5219 36 }