wok-next annotate automoc4/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 2a5cc8208d36
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pankso@4042 2
pankso@4042 3 PACKAGE="automoc4"
pankso@4042 4 VERSION="0.9.88"
pankso@4042 5 CATEGORY="x-window"
al@21020 6 SHORT_DESC="CMake automatic MOC Generation"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15379 8 LICENSE="MIT"
al@21020 9 WEB_SITE="https://www.kde.org/"
al@21020 10
pankso@4042 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15379 12 WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL"
pascal@15379 13
pankso@4042 14 BUILD_DEPENDS="cmake qmake Qt4-dev"
pankso@4042 15
al@21020 16 compile_rules() {
al@21020 17 cmake \
al@21020 18 -DCMAKE_INSTALL_PREFIX=/usr \
al@21020 19 . &&
pankso@4042 20 make &&
al@21020 21 make DESTDIR=$install install
pankso@4042 22 }
pankso@4042 23
al@21020 24 genpkg_rules() {
pascal@15379 25 cp -a $install/usr $fs
al@21020 26 DEPENDS="cmake libQtCore gcc-lib-base"
pankso@4042 27 }