wok-next annotate xpad/receipt @ rev 21654

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jun 26 21:36:55 2020 +0100 (2020-06-26)
parents d5aab818505e
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@13752 9 WEB_SITE="https://launchpad.net/xpad"
al@21020 10
pankso@41 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@13752 12 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL"
al@13752 13
al@21078 14 BUILD_DEPENDS="gtk2-dev libsm-dev intltool"
al@20943 15 COOKOPTS="!pixmaps"
pankso@41 16
al@21020 17 HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad"
al@21020 18
al@21020 19 compile_rules() {
al@13753 20 sed -i '/#include <glib\/glist.h>/d' src/xpad-undo.c
al@21020 21
al@13752 22 ./configure $CONFIGURE_ARGS &&
al@21020 23 make &&
al@21020 24 make install
pankso@41 25 }
pankso@41 26
al@21020 27 genpkg_rules() {
monghitri@13991 28 mkdir -p $fs/usr/share/icons/hicolor/48x48/apps/
pascal@14999 29 cp -a $install/usr/bin $fs/usr
monghitri@13991 30 cp -a $stuff/xpad.png $fs/usr/share/icons/hicolor/48x48/apps/
al@21078 31 DEPENDS="gtk2 util-linux-uuid libice libsm"
pankso@41 32 }