wok view clipit/receipt @ rev 15261

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