wok view qimageblitz/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents
children 241fb98cab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="qimageblitz"
4 VERSION="0.0.6"
5 CATEGORY="x-window"
6 SHORT_DESC="QImageblitz is a graphical effect and filter library for KDE."
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.kde.org/"
11 WGET_URL="http://download.kde.org/stable/$PACKAGE/$TARBALL"
13 DEPENDS="libQtCore "
14 BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev giflib-dev libpng-dev \
15 jpeg-dev shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl \
16 dbus-dev polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative alsa-lib-dev \
17 exiv2-dev attica-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 mkdir -p build && cd build
23 cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev .. &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }