# SliTaz package receipt. PACKAGE="orage" VERSION="4.8.1" CATEGORY="office" SHORT_DESC="Xfce calendar" MAINTAINER="erjo@slitaz.org" DEPENDS="libxfcegui4 libnotify dbus atk libgio pango cairo libnotify \ xfce4-panel atk libgio pango cairo xfce4-panel popt" BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev intltool popt-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" TAGS="office" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ --enable-dbus \ --enable-libnotify \ --libexecdir=/usr/lib/$PACKAGE \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib $fs/usr cp -a $_pkg/usr/share/applications $fs/usr/share cp -a $_pkg/usr/share/xfce4 $fs/usr/share cp -a $_pkg/usr/share/orage $fs/usr/share cp -a $_pkg/usr/share/orage $fs/usr/share cp -a $_pkg/usr/share/dbus-1 $fs/usr/share cp -a $_pkg/usr/share/icons $fs/usr/share }