SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "PyQt-x11-gpl"

# SliTaz package receipt.

PACKAGE="PyQt-x11-gpl"
VERSION="4.8.6"
CATEGORY="development"
SHORT_DESC="PyQt"
MAINTAINER="allan316@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.riverbankcomputing.co.uk"
WGET_URL="$WEB_SITE/static/Downloads/PyQt4/$TARBALL"

DEPENDS="python libQtDesigner libQtScript  libQtCore libQtGui \
libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
libQtDBus libQtClucene sip gcc-lib-base dbus"
BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \
libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \
sip sip-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    yes yes | python configure.py --confirm-license
    make $MAKEFLAGS &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/lib $fs/usr
    cp -a $install/usr/share $fs/usr
}

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