wok diff qlipper/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children 6135577f4d08
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qlipper/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qlipper"
     1.7 +VERSION="2.0.2"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Clipboard history tool."
    1.10 +MAINTAINER="psychomaniak@xakep.ru"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://qlipper.googlecode.com/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WGET_URL="$WEB_SITE/files/$TARBALL"
    1.15 +
    1.16 +DEPENDS="libQtGui libQtDBus libQtNetwork"
    1.17 +BUILD_DEPENDS="Qt4-dev cmake qmake"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src && sed -i 's/ ON/ OFF/g' CMakeLists.txt
    1.23 +	cmake \
    1.24 +		-DCMAKE_BUILD_TYPE=release \
    1.25 +		-DUSE_SYSTEM_QXT=0 \
    1.26 +		-DCMAKE_INSTALL_PREFIX=/usr . &&
    1.27 +	make && make DESTDIR=$DESTDIR 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 +}