SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gtkaml"

# SliTaz package receipt.

PACKAGE="gtkaml"
VERSION="0.4.2"
CATEGORY="development"
SHORT_DESC="Markup language based on Vala to create Gtk+ apps in XML"
MAINTAINER="pankso@slitaz.org"
DEPENDS="gtk+ libxml2"
BUILD_DEPENDS="gtk+-dev libxml2-dev vala"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://code.google.com/p/gtkaml/"
WGET_URL="http://gtkaml.googlecode.com/files/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure && make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)