SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "garcon"

# SliTaz package receipt.

PACKAGE="garcon"
VERSION="0.1.5"
CATEGORY="misc"
SHORT_DESC="Xfce menu library"
MAINTAINER="erjo@slitaz.org"
DEPENDS="libgio"
BUILD_DEPENDS="intltool libgio libgio-dev"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.xfce.org"
WGET_URL="http://archive.xfce.org/src/libs/garcon/0.1/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --sysconfdir=/etc \
        --disable-login \
        --mandir=/usr/share/man \
        $CONFIGURE_ARGS &&
    make && make DESTDIR=$PWD/_pkg install
}

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

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