SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "equinox"

# SliTaz package receipt.

PACKAGE="equinox"
VERSION="1.50"
CATEGORY="x-window"
SHORT_DESC="Equinox GTK Engine"
MAINTAINER="al.bobylev@gmail.com"
DEPENDS="gtk+"
BUILD_DEPENDS="gtk+-dev"
TARBALL="121881-$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://gnome-look.org/content/show.php?content=121881"
WGET_URL="http://gnome-look.org/CONTENT/content-files/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $_pkg/usr $fs
}

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