wok-6.x view qlipper/receipt @ rev 17993
Up slitaz-icons-faenza (1.3), slitaz-icons-nuovext (0.5.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 23 17:21:50 2015 +0200 (2015-04-23) |
parents | |
children | 6135577f4d08 |
line source
1 # SliTaz package receipt.
3 PACKAGE="qlipper"
4 VERSION="2.0.2"
5 CATEGORY="utilities"
6 SHORT_DESC="Clipboard history tool."
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="http://qlipper.googlecode.com/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$WEB_SITE/files/$TARBALL"
13 DEPENDS="libQtGui libQtDBus libQtNetwork"
14 BUILD_DEPENDS="Qt4-dev cmake qmake"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src && sed -i 's/ ON/ OFF/g' CMakeLists.txt
20 cmake \
21 -DCMAKE_BUILD_TYPE=release \
22 -DUSE_SYSTEM_QXT=0 \
23 -DCMAKE_INSTALL_PREFIX=/usr . &&
24 make && make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }