wok diff orage/receipt @ rev 4184
xfce4, fix DEPENDS
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Sep 23 05:48:11 2009 +0000 (2009-09-23) |
parents | |
children | d563944db906 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/orage/receipt Wed Sep 23 05:48:11 2009 +0000 1.3 @@ -0,0 +1,39 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="orage" 1.7 +VERSION="4.6.1" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="Xfce calendar" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPEND="libxfcegui4 libnotify dbus" 1.12 +BUILD_DEPEND="libxfcegui4-dev libnotify-dev dbus-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 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure \ 1.22 + --prefix=/usr \ 1.23 + --enable-dbus \ 1.24 + --enable-libnotify \ 1.25 + $CONFIGURE_ARGS && 1.26 + make && make DESTDIR=$PWD/_pkg install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/share 1.33 + cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $_pkg/usr/libexec $fs/usr 1.35 + cp -a $_pkg/usr/share/applications $fs/usr/share 1.36 + cp -a $_pkg/usr/share/xfce4 $fs/usr/share 1.37 + cp -a $_pkg/usr/share/orage $fs/usr/share 1.38 + cp -a $_pkg/usr/share/orage $fs/usr/share 1.39 + cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.40 + cp -a $_pkg/usr/share/icons $fs/usr/share 1.41 +} 1.42 +