wok annotate osmo/receipt @ rev 11785

Down gnumeric (0.8.16) 0.8.17 references gtk+-3. Removed unrecognized option from goffice
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Feb 24 10:18:11 2012 -0800 (2012-02-24)
parents 1e1cc84777a6
children 8ed3888d6736
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"
slaxemulator@7127 8 DEPENDS="gtk+ libxml2 libgtkhtml xorg-libXdamage libnotify libical"
slaxemulator@7127 9 BUILD_DEPENDS="gtk+ gtk+-dev libgtkhtml-dev libxml2-dev libical-dev gettext"
pankso@41 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@3278 11 WEB_SITE="http://clayo.org/osmo/"
pankso@41 12 WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL"
jozee@4970 13 TAGS="office"
pankso@41 14
pankso@41 15 # Rules to configure and make the package.
pankso@41 16 compile_rules()
pankso@41 17 {
pankso@41 18 cd $src
pascal@4463 19 sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure
pankso@550 20 ./configure \
pankso@550 21 --prefix=/usr \
pankso@3278 22 --enable-printing=no \
pascal@1443 23 $CONFIGURE_ARGS &&
pascal@1443 24 make &&
pankso@3278 25 make DESTDIR=$PWD/_pkg install
pankso@41 26 }
pankso@41 27
pankso@41 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@41 29 genpkg_rules()
pankso@41 30 {
pascal@11623 31 mkdir -p $fs/usr/share/applications
pascal@11623 32 cp -a $stuff/osmo.desktop $fs/usr/share/applications
pankso@41 33 cp -a $_pkg/usr/bin $fs/usr
pankso@41 34 }