wok-next view xpad/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | f48456621a9d |
children | 5669e8b3be70 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xpad"
4 VERSION="4.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Sticky note application for X"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://launchpad.net/xpad"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev xorg-libSM-dev intltool"
15 COOKOPTS="!pixmaps"
17 HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad"
19 compile_rules() {
20 sed -i '/#include <glib\/glist.h>/d' src/xpad-undo.c
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 mkdir -p $fs/usr/share/icons/hicolor/48x48/apps/
29 cp -a $install/usr/bin $fs/usr
30 cp -a $stuff/xpad.png $fs/usr/share/icons/hicolor/48x48/apps/
31 DEPENDS="gtk2 util-linux-uuid xorg-libICE xorg-libSM"
32 }