wok annotate osmo/receipt @ rev 22439

clementine 1.3.1 needs newer gstreamer 1.0
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 12:19:23 2019 +0000 (2019-12-23)
parents 600aaedb561d
children 3760e697c98f
rev   line source
pankso@41 1 # SliTaz package receipt.
pankso@41 2
pankso@41 3 PACKAGE="osmo"
pascal@17246 4 VERSION="0.2.12"
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@17246 14 DEPENDS="gtk+ libxml2 libwebkit xorg-libXdamage libnotify libical"
pascal@17246 15 BUILD_DEPENDS="gtk+ gtk+-dev libwebkit-dev libxml2-dev libnotify-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 {
pascal@4463 20 sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure
pankso@550 21 ./configure \
pankso@550 22 --prefix=/usr \
pascal@1443 23 $CONFIGURE_ARGS &&
pascal@1443 24 make &&
pascal@15590 25 make DESTDIR=$DESTDIR 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 {
slaxemulator@12086 31 mkdir -p $fs/usr
pascal@15590 32 cp -a $install/usr/bin $fs/usr
pankso@41 33 }