wok-current diff qimageblitz/receipt @ rev 22167
corrected activeresource
author | Hans-G?nter Theisgen |
---|---|
date | Fri Nov 08 09:03:27 2019 +0100 (2019-11-08) |
parents | |
children | 241fb98cab1c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/qimageblitz/receipt Fri Nov 08 09:03:27 2019 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="qimageblitz" 1.7 +VERSION="0.0.6" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="QImageblitz is a graphical effect and filter library for KDE." 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.kde.org/" 1.14 +WGET_URL="http://download.kde.org/stable/$PACKAGE/$TARBALL" 1.15 + 1.16 +DEPENDS="libQtCore " 1.17 +BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev giflib-dev libpng-dev \ 1.18 +jpeg-dev shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl \ 1.19 +dbus-dev polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative alsa-lib-dev \ 1.20 +exiv2-dev attica-dev" 1.21 + 1.22 +# Rules to configure and make the package. 1.23 +compile_rules() 1.24 +{ 1.25 + mkdir -p build && cd build 1.26 + cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev .. && 1.27 + make && make install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + cp -a $install/* $fs 1.34 +}