wok annotate gyrus/receipt @ rev 21605
Up opus (1.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 23 13:26:20 2019 +0200 (2019-05-23) |
parents | cfae89507105 |
children | 6831608a1b2a |
rev | line source |
---|---|
pankso@4425 | 1 # SliTaz package receipt. |
pankso@4425 | 2 |
pankso@4425 | 3 PACKAGE="gyrus" |
Hans-G?nter@21023 | 4 VERSION="0.3.12" |
pankso@4425 | 5 CATEGORY="network" |
pankso@4425 | 6 SHORT_DESC="Small tool for the administration of mailboxes in IMAP/Cyrus servers." |
pankso@4425 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15589 | 8 LICENSE="GPL2" |
Hans-G?nter@21023 | 9 WEB_SITE="https://wiki.gnome.org/Attic/Gyrus" |
Hans-G?nter@21023 | 10 |
Hans-G?nter@21024 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
Hans-G?nter@21023 | 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
pankso@4425 | 13 |
Hans-G?nter@21023 | 14 DEPENDS="dbus GConf gnet gtk+ libglade ORBit2" |
Hans-G?nter@21023 | 15 BUILD_DEPENDS="dbus-dev GConf-dev gnet-dev gtk+ intltool libglade-dev ORBit2-dev" |
pankso@10598 | 16 |
pankso@4425 | 17 # Rules to configure and make the package. |
pankso@4425 | 18 compile_rules() |
pankso@4425 | 19 { |
pascal@17670 | 20 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" |
Hans-G?nter@21023 | 21 |
Hans-G?nter@21023 | 22 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@21023 | 23 make -j 1 && |
Hans-G?nter@21023 | 24 make install |
pankso@4425 | 25 } |
pankso@4425 | 26 |
pankso@4425 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4425 | 28 genpkg_rules() |
pankso@4425 | 29 { |
pankso@4425 | 30 mkdir -p $fs/usr/share |
Hans-G?nter@21023 | 31 |
Hans-G?nter@21023 | 32 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@21023 | 33 cp -a $install/usr/share/$PACKAGE $fs/usr/share |
pascal@15589 | 34 if ! grep ^Icon= $install/usr/share/applications/gyrus.desktop; then |
pascal@15589 | 35 echo 'Icon=web-browser' >> $install/usr/share/applications/gyrus.desktop |
pankso@4425 | 36 fi |
pankso@4425 | 37 } |