wok view automoc4/receipt @ rev 12119

libhx, openjpeg, vlc, zlib: update bdeps (bb incompatibilities)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 13:21:44 2012 +0100 (2012-03-13)
parents e5e1be1b2e88
children 2a5cc8208d36
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 DEPENDS="cmake libQtCore gcc-lib-base"
10 BUILD_DEPENDS="cmake qmake Qt4-dev"
11 WEB_SITE="http://www.kde.org/"
12 WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 cmake . -DCMAKE_INSTALL_PREFIX=/usr &&
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }