wok rev 21023
updated gyrus (0.3.8 -> 0.3.12)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 10 15:54:30 2019 +0100 (2019-03-10) |
parents | 79424101d778 |
children | 6a4ee5a11320 |
files | gyrus/receipt |
line diff
1.1 --- a/gyrus/receipt Sun Mar 10 15:40:30 2019 +0100 1.2 +++ b/gyrus/receipt Sun Mar 10 15:54:30 2019 +0100 1.3 @@ -1,32 +1,36 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gyrus" 1.7 -VERSION="0.3.8" 1.8 +VERSION="0.3.12" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Small tool for the administration of mailboxes in IMAP/Cyrus servers." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://wiki.gnome.org/Attic/Gyrus" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://wiki.gnome.org/Attic/Gyrus" 1.17 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/${VERSION%.*}/$TARBALL" 1.18 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 1.20 -DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf" 1.21 -BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev \ 1.22 -intltool" 1.23 +DEPENDS="dbus GConf gnet gtk+ libglade ORBit2" 1.24 +BUILD_DEPENDS="dbus-dev GConf-dev gnet-dev gtk+ intltool libglade-dev ORBit2-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" 1.30 - ./configure $CONFIGURE_ARGS && make && make install 1.31 + 1.32 + ./configure $CONFIGURE_ARGS && 1.33 + make -j 1 && 1.34 + make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr/share 1.41 - cp -a $install/usr/bin $fs/usr 1.42 - cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.43 + 1.44 + cp -a $install/usr/bin $fs/usr 1.45 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.46 if ! grep ^Icon= $install/usr/share/applications/gyrus.desktop; then 1.47 echo 'Icon=web-browser' >> $install/usr/share/applications/gyrus.desktop 1.48 fi