wok annotate clipit/receipt @ rev 15212

Add ClipIt, successor of Parcellite
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 13 00:05:02 2013 +0300 (2013-09-13)
parents
children 7de176d94e10
rev   line source
al@15212 1 # SliTaz package receipt.
al@15212 2
al@15212 3 PACKAGE="clipit"
al@15212 4 VERSION="1.4.2"
al@15212 5 CATEGORY="utilities"
al@15212 6 SHORT_DESC="Lightweight, fully featured GTK+ clipboard manager"
al@15212 7 MAINTAINER="al.bobylev@gmail.com"
al@15212 8 LICENSE="GPL3"
al@15212 9 WEB_SITE="http://clipit.rspwn.com/"
al@15212 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@15212 11 WGET_URL="$SF_MIRROR/gtkclipit/Version%201/$TARBALL"
al@15212 12
al@15212 13 DEPENDS="gtk+"
al@15212 14 BUILD_DEPENDS="gtk+-dev"
al@15212 15
al@15212 16 # Rules to configure and make the package.
al@15212 17 compile_rules()
al@15212 18 {
al@15212 19 # fix subcategory for cascade menu
al@15212 20 sed -i 's|Categories=.*|Categories=GTK;Utility;TextTools;|' \
al@15212 21 $src/data/clipit.desktop.in
al@15212 22
al@15212 23 ./configure $CONFIGURE_ARGS && make && make install
al@15212 24 }
al@15212 25
al@15212 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@15212 27 genpkg_rules()
al@15212 28 {
al@15212 29 cp -a $install/* $fs
al@15212 30 rm -rf $fs/usr/share/locale $fs/usr/share/man
al@15212 31 }