wok-current annotate osmo/receipt @ rev 23350
updated perl-io-socket-inet6 (2.56 -> 2.72)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 09:47:36 2020 +0100 (2020-03-31) |
parents | f785aa5219e8 |
children | 080c1dff8494 |
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@22684 | 15 BUILD_DEPENDS="gtk+ gtk+-dev libwebkit-dev libxml2-dev libnotify-dev \ |
pascal@22684 | 16 libical-dev gettext-tools" |
pascal@15590 | 17 |
pankso@41 | 18 # Rules to configure and make the package. |
pankso@41 | 19 compile_rules() |
pankso@41 | 20 { |
pascal@4463 | 21 sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure |
pascal@22684 | 22 sed -i 's|test \$\$po -nt \$@|true|' po/Makefile* |
pankso@550 | 23 ./configure \ |
pankso@550 | 24 --prefix=/usr \ |
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 } |