SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libxfce4ui"

# SliTaz package receipt.

PACKAGE="libxfce4ui"
VERSION="4.8.0"
CATEGORY="x-window"
SHORT_DESC="Xfce Gtk Widget library"
MAINTAINER="erjo@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.xfce.org"
WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"

DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade \
util-linux-ng-uuid"
BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev 
libglade-dev xcb-util-dev util-linux-ng-uuid-dev intltool"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr \
        --sysconfdir=/etc \
        --disable-debug $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib \
        $fs/usr/share/locale 
        
    cp -a $_pkg/etc $fs/
    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
}

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