wok view orage/receipt @ rev 23157

get-LibreOffice: other URL for old versions
author Hans-G?nter Theisgen
date Tue Mar 17 06:58:18 2020 +0100 (2020-03-17)
parents 9ccbd68e8f7e
children 17091bc7c301
line source
1 # SliTaz package receipt.
3 PACKAGE="orage"
4 VERSION="4.12.1"
5 CATEGORY="office"
6 TAGS="office"
7 SHORT_DESC="Xfce calendar."
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.xfce.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
15 DEPENDS="atk dbus cairo libgio libnotify libxfcegui4 pango popt xfce4-panel"
16 BUILD_DEPENDS="dbus-dev gtk+-dev intltool libnotify-dev libxfcegui4-dev \
17 popt-dev xfce4-panel-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 &&
29 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
37 cp -a $install/usr/bin $fs/usr
38 cp -a $install/usr/lib $fs/usr
39 cp -a $install/usr/share/applications $fs/usr/share
40 cp -a $install/usr/share/xfce4 $fs/usr/share
41 cp -a $install/usr/share/orage $fs/usr/share
42 cp -a $install/usr/share/orage $fs/usr/share
43 cp -a $install/usr/share/dbus-1 $fs/usr/share
44 cp -a $install/usr/share/icons $fs/usr/share
45 }