wok annotate squirrelmail-html/receipt @ rev 1577

abiword-plugins: add libgio in DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 15 20:27:12 2008 +0000 (2008-10-15)
parents
children cb2efee225ba
rev   line source
pascal@1225 1 # SliTaz package receipt.
pascal@1225 2
pascal@1225 3 PACKAGE="squirrelmail-html"
pascal@1225 4 VERSION="3.7a-1.4.x"
pascal@1225 5 CATEGORY="network"
pascal@1225 6 SHORT_DESC="HTML viewer plugin for Web mail."
pascal@1225 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1225 8 SOURCE="view_as_html"
pascal@1225 9 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@1225 10 WEB_SITE="http://www.squirrelmail.org/"
pascal@1225 11 DEPENDS="squirrelmail"
pascal@1225 12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
pascal@1225 13
pascal@1225 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1225 15 genpkg_rules()
pascal@1225 16 {
pascal@1225 17 mkdir -p $fs/usr/share/squirrelmail/plugins
pascal@1225 18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
pascal@1225 19 }
pascal@1225 20
pascal@1225 21 post_install()
pascal@1225 22 {
pascal@1225 23 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php
pascal@1225 24 }