SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "verbiste"

# SliTaz package receipt.

PACKAGE="verbiste"
VERSION="0.1.33"
CATEGORY="office"
SHORT_DESC="Verbiste is a French conjugation system."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://perso.b2b2c.ca/sarrazip/dev/verbiste.html"
WGET_URL="http://perso.b2b2c.ca/sarrazip/dev/$TARBALL"

DEPENDS="gtk+ libxml2"
BUILD_DEPENDS="gtk+-dev libxml2-dev"

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib $fs/usr/share/pixmaps
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/lib/*.so* $fs/usr/lib
    cp -a $install/usr/share/verbiste-* $fs/usr/share
    rm $fs/usr/share/verbiste-*/COPYING
    cp $src/src/gtk/verbiste.png $fs/usr/share/pixmaps
}

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