wok-stable annotate xpad/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents c5c7f18d90eb
children
rev   line source
pankso@41 1 # SliTaz package receipt.
pankso@41 2
pankso@41 3 PACKAGE="xpad"
slaxemulator@11130 4 VERSION="4.0"
pankso@179 5 CATEGORY="utilities"
pankso@41 6 SHORT_DESC="Desktop note pad using GTK+ toolkit."
pankso@41 7 MAINTAINER="pankso@slitaz.org"
al@12368 8 WEB_SITE="https://launchpad.net/xpad"
pankso@41 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@12368 10 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL"
al@12368 11 HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad"
al@12368 12
al@12368 13 DEPENDS="gtk+ util-linux-ng-uuid xorg-libICE xorg-libSM"
al@12368 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 {
pankso@41 19 cd $src
al@12368 20 sed -i 's/^.*GTK_WINDOW_TOPLEVEL,//' src/xpad-pad.c
al@12368 21 ./configure $CONFIGURE_ARGS &&
slaxemulator@10046 22 make && make install
pankso@41 23 }
pankso@41 24
pankso@41 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@41 26 genpkg_rules()
pankso@41 27 {
slaxemulator@9727 28 mkdir -p $fs/usr
pankso@41 29 cp -a $_pkg/usr/bin $fs/usr
pankso@41 30 }