wok-next annotate xpad/receipt @ rev 13782
Up tazpkg (5.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 04 17:20:57 2013 +0100 (2013-01-04) |
parents | eceda27fe4a8 |
children | d5ed16c0df59 |
rev | line source |
---|---|
pankso@41 | 1 # SliTaz package receipt. |
pankso@41 | 2 |
pankso@41 | 3 PACKAGE="xpad" |
al@13752 | 4 VERSION="4.1" |
pankso@179 | 5 CATEGORY="utilities" |
al@13752 | 6 SHORT_DESC="Sticky note application for X" |
pankso@41 | 7 MAINTAINER="pankso@slitaz.org" |
al@13752 | 8 WEB_SITE="https://launchpad.net/xpad" |
pankso@41 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@13752 | 10 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL" |
al@13752 | 11 HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad" |
al@13752 | 12 |
al@13753 | 13 DEPENDS="gtk+ util-linux-uuid xorg-libICE xorg-libSM" |
al@13752 | 14 BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget" |
pankso@41 | 15 |
pankso@41 | 16 # Rules to configure and make the package. |
pankso@41 | 17 compile_rules() |
pankso@41 | 18 { |
al@13753 | 19 sed -i '/#include <glib\/glist.h>/d' src/xpad-undo.c |
al@13752 | 20 ./configure $CONFIGURE_ARGS && |
slaxemulator@10046 | 21 make && make install |
pankso@41 | 22 } |
pankso@41 | 23 |
pankso@41 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@41 | 25 genpkg_rules() |
pankso@41 | 26 { |
slaxemulator@9727 | 27 mkdir -p $fs/usr |
pankso@41 | 28 cp -a $_pkg/usr/bin $fs/usr |
pankso@41 | 29 } |