wok view xpad/receipt @ rev 8937

foomatic-db-engine, realvnc-viewer, scribus, vlc, xfce4-taskmanager, xfmpc, xfprint, xpad: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 01 16:00:45 2011 +0100 (2011-03-01)
parents 422f5813b998
children d8ff3547600c
line source
1 # SliTaz package receipt.
3 PACKAGE="xpad"
4 VERSION="3.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Desktop note pad using GTK+ toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ xorg-libXdamage"
9 BUILD_DEPENDS="pkg-config gtk+ xorg-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://xpad.sourceforge.net/"
12 WGET_URL="http://launchpad.net/xpad/stable/3.0/+download/$TARBALL"
13 HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#xpad'
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share/pixmaps
31 cp -a $_pkg/usr/bin $fs/usr
32 cp stuff/xpad.png $fs/usr/share/pixmaps
33 }