SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "automoc4"

# SliTaz package receipt.

PACKAGE="automoc4"
VERSION="0.9.88"
CATEGORY="x-window"
SHORT_DESC="CMake automatic MOC Generation."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
DEPENDS="cmake libQtCore gcc-lib-base"
BUILD_DEPENDS="cmake qmake Qt4-dev"
WEB_SITE="http://www.kde.org/"
WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    cmake . -DCMAKE_INSTALL_PREFIX=/usr &&
    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)