wok-current view automoc4/receipt @ rev 20181
Update some compressors (again)
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Mon Jan 29 17:58:54 2018 +0100 (2018-01-29) | 
| parents | 395ec8205cff | 
| children | b01314c762e9 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="automoc4"
     4 VERSION="0.9.88"
     5 CATEGORY="x-window"
     6 SHORT_DESC="CMake automatic MOC Generation."
     7 MAINTAINER="pankso@slitaz.org"
     8 LICENSE="MIT"
     9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10 WEB_SITE="http://www.kde.org/"
    11 WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL"
    13 DEPENDS="cmake libQtCore gcc-lib-base"
    14 BUILD_DEPENDS="cmake qmake Qt4-dev"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	cd $src
    20 	cmake . -DCMAKE_INSTALL_PREFIX=/usr &&
    21 	make &&
    22 	make DESTDIR=$DESTDIR install
    23 }
    25 # Rules to gen a SliTaz package suitable for Tazpkg.
    26 genpkg_rules()
    27 {
    28 	cp -a $install/usr $fs
    29 }