wok view orage/receipt @ rev 13081

gpgme-dev: Update deps.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 08:58:46 2012 +0000 (2012-06-25)
parents 4ebe420f6580
children f0e3e48ede99
line source
1 # SliTaz package receipt.
3 PACKAGE="orage"
4 VERSION="4.8.1"
5 CATEGORY="office"
6 SHORT_DESC="Xfce calendar"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfcegui4 libnotify dbus atk libgio pango cairo libnotify \
9 xfce4-panel atk libgio pango cairo xfce4-panel popt"
10 BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev intltool popt-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.xfce.org"
13 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
14 TAGS="office"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --prefix=/usr \
22 --enable-dbus \
23 --enable-libnotify \
24 --libexecdir=/usr/lib/$PACKAGE \
25 $CONFIGURE_ARGS &&
26 make && make DESTDIR=$PWD/_pkg install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/share
33 cp -a $_pkg/usr/bin $fs/usr
34 cp -a $_pkg/usr/lib $fs/usr
35 cp -a $_pkg/usr/share/applications $fs/usr/share
36 cp -a $_pkg/usr/share/xfce4 $fs/usr/share
37 cp -a $_pkg/usr/share/orage $fs/usr/share
38 cp -a $_pkg/usr/share/orage $fs/usr/share
39 cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
40 cp -a $_pkg/usr/share/icons $fs/usr/share
41 }