SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "orage"

# 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
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)