SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "stoqdrivers"

# SliTaz package receipt.

PACKAGE="stoqdrivers"
VERSION="0.9.8.2"
CATEGORY="development"
SHORT_DESC="Useful drivers for Stoq and retail systems"
MAINTAINER="claudinei@slitaz.org"
DEPENDS="python python-kiwi python-serial zopeinterface"
BUILD_DEPENDS="python python-dev python-kiwi python-serial zopeinterface"
SUGGESTED="stoq"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.stoq.com.br"
WGET_URL="http://download.stoq.com.br/sources/0.9.11/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    python setup.py install --root=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    LOCALEDIR="$_pkg/usr/share/locale"
    for file in `find $_pkg | grep 'pyc$'`; do
        rm $file
    done
    mkdir -p $fs/usr/share/locale/pt
    cp -a $_pkg/usr/lib $fs/usr
    cp -a $_pkg/usr/share $fs/usr
    cp -a $LOCALEDIR/pt_BR/LC_MESSAGES $fs/usr/share/locale/pt
}

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