wok annotate osmo/receipt @ rev 15874

Add acme
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 03 11:54:56 2014 +0000 (2014-02-03)
parents 8083f726856c
children f785aa5219e8
rev   line source
pankso@41 1 # SliTaz package receipt.
pankso@41 2
pankso@41 3 PACKAGE="osmo"
pascal@5713 4 VERSION="0.2.10"
pankso@205 5 CATEGORY="office"
pankso@41 6 SHORT_DESC="A handy personal organizer using GTK+."
pankso@41 7 MAINTAINER="pankso@slitaz.org"
pascal@15590 8 LICENSE="GPL2"
pankso@41 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@3278 10 WEB_SITE="http://clayo.org/osmo/"
pankso@41 11 WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL"
jozee@4970 12 TAGS="office"
pankso@41 13
pascal@15590 14 DEPENDS="gtk+ libxml2 libgtkhtml xorg-libXdamage libnotify libical"
pascal@15590 15 BUILD_DEPENDS="gtk+ gtk+-dev libgtkhtml-dev libxml2-dev libical-dev gettext"
pascal@15590 16
pankso@41 17 # Rules to configure and make the package.
pankso@41 18 compile_rules()
pankso@41 19 {
pankso@41 20 cd $src
pascal@4463 21 sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure
pankso@550 22 ./configure \
pankso@550 23 --prefix=/usr \
pankso@3278 24 --enable-printing=no \
pascal@1443 25 $CONFIGURE_ARGS &&
pascal@1443 26 make &&
pascal@15590 27 make DESTDIR=$DESTDIR install
pankso@41 28 }
pankso@41 29
pankso@41 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@41 31 genpkg_rules()
pankso@41 32 {
slaxemulator@12086 33 mkdir -p $fs/usr
pascal@15590 34 cp -a $install/usr/bin $fs/usr
pankso@41 35 }