wok annotate automoc4/receipt @ rev 23889

created get-anydesk
author Hans-G?nter Theisgen
date Fri Jul 24 11:12:22 2020 +0100 (2020-07-24)
parents 395ec8205cff
children b01314c762e9
rev   line source
pankso@4042 1 # SliTaz package receipt.
pankso@4042 2
pankso@4042 3 PACKAGE="automoc4"
pankso@4042 4 VERSION="0.9.88"
pankso@4042 5 CATEGORY="x-window"
pankso@4042 6 SHORT_DESC="CMake automatic MOC Generation."
pankso@4042 7 MAINTAINER="pankso@slitaz.org"
pascal@15379 8 LICENSE="MIT"
pankso@4042 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15379 10 WEB_SITE="http://www.kde.org/"
pascal@15379 11 WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL"
pascal@15379 12
pascal@4998 13 DEPENDS="cmake libQtCore gcc-lib-base"
pankso@4042 14 BUILD_DEPENDS="cmake qmake Qt4-dev"
pankso@4042 15
pankso@4042 16 # Rules to configure and make the package.
pankso@4042 17 compile_rules()
pankso@4042 18 {
pankso@4042 19 cd $src
pankso@4042 20 cmake . -DCMAKE_INSTALL_PREFIX=/usr &&
pankso@4042 21 make &&
pascal@15379 22 make DESTDIR=$DESTDIR install
pankso@4042 23 }
pankso@4042 24
pankso@4042 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4042 26 genpkg_rules()
pankso@4042 27 {
pascal@15379 28 cp -a $install/usr $fs
pankso@4042 29 }