wok view parcellite/receipt @ rev 12594

evince: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 22:38:12 2012 +0200 (2012-04-28)
parents dad10fa06251
children ed506ef90549
line source
1 # SliTaz package receipt
3 PACKAGE="parcellite"
4 VERSION="0.9.3"
5 CATEGORY="utilities"
6 SHORT_DESC="Lightweight GTK+ clipboard manager"
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://parcellite.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="gtk+ xorg-libX11 xorg-libXdamage"
13 BUILD_DEPENDS="xorg-dev gtk+-dev intltool autoconf automake"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make && make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share/applications $fs/etc
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $stuff/skel $fs/etc
31 chown -R 0.0 $fs
32 }