wok-next view orage/receipt @ rev 20037

Up sshttp (0-35s2), sshguard (2.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 18:48:45 2017 +0200 (2017-10-22)
parents e70c0b9c5adf
children 016c8d2f8b37
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 glib 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 dbus-glib-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --prefix=/usr \
24 --enable-dbus \
25 --enable-libnotify \
26 --libexecdir=/usr/lib/$PACKAGE \
27 $CONFIGURE_ARGS &&
28 make && make DESTDIR=$DESTDIR install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 mkdir -p $fs/usr/share
35 cp -a $install/usr/bin $fs/usr
36 cp -a $install/usr/lib $fs/usr
37 cp -a $install/usr/share/applications $fs/usr/share
38 cp -a $install/usr/share/xfce4 $fs/usr/share
39 cp -a $install/usr/share/orage $fs/usr/share
40 cp -a $install/usr/share/orage $fs/usr/share
41 cp -a $install/usr/share/dbus-1 $fs/usr/share
42 cp -a $install/usr/share/icons $fs/usr/share
43 }