wok view orage/receipt @ rev 10915

evince: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 02 08:49:43 2011 +0200 (2011-08-02)
parents e967b77dc4aa
children 8e92fa1484da
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"
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 }