wok view orage/receipt @ rev 18859

Up 1.0v to 1.0.1v
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Jan 27 06:07:29 2016 +0000 (2016-01-27)
parents 8e92fa1484da
children 6e8b1bcb30e2
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.xfce.org"
11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
12 TAGS="office"
14 DEPENDS="libxfcegui4 libnotify dbus atk libgio pango cairo libnotify \
15 xfce4-panel popt"
16 BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev \
17 intltool popt-dev gtk+-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 ./configure \
24 --prefix=/usr \
25 --enable-dbus \
26 --enable-libnotify \
27 --libexecdir=/usr/lib/$PACKAGE \
28 $CONFIGURE_ARGS &&
29 make && make DESTDIR=$DESTDIR install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 mkdir -p $fs/usr/share
36 cp -a $install/usr/bin $fs/usr
37 cp -a $install/usr/lib $fs/usr
38 cp -a $install/usr/share/applications $fs/usr/share
39 cp -a $install/usr/share/xfce4 $fs/usr/share
40 cp -a $install/usr/share/orage $fs/usr/share
41 cp -a $install/usr/share/orage $fs/usr/share
42 cp -a $install/usr/share/dbus-1 $fs/usr/share
43 cp -a $install/usr/share/icons $fs/usr/share
44 }