# SliTaz package receipt. PACKAGE="gyrus" VERSION="0.3.8" CATEGORY="network" SHORT_DESC="Small tool for the administration of mailboxes in IMAP/Cyrus servers." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://projects.gnome.org/gyrus/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/0.3/$TARBALL" DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf" BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev \ intltool" # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share if ! grep ^Icon= $_pkg/usr/share/applications/gyrus.desktop; then echo 'Icon=web-browser' >> $_pkg/usr/share/applications/gyrus.desktop fi }