wok-stable annotate squirrelmail-sizes/receipt @ rev 5270
slitaz-dev-pkgs: add autoconf, automake
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu Apr 15 06:00:28 2010 -0400 (2010-04-15) |
parents | cb2efee225ba |
children | f81e47267992 |
rev | line source |
---|---|
pascal@1226 | 1 # SliTaz package receipt. |
pascal@1226 | 2 |
pascal@1226 | 3 PACKAGE="squirrelmail-sizes" |
pascal@1226 | 4 VERSION="1.5-1.4.0" |
pascal@1226 | 5 CATEGORY="network" |
pascal@1226 | 6 SHORT_DESC="Folder sizes plugin for Web mail." |
pascal@1226 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1226 | 8 SOURCE="folder_sizes" |
pascal@1226 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@1226 | 10 WEB_SITE="http://www.squirrelmail.org/" |
pascal@1226 | 11 DEPENDS="squirrelmail" |
pascal@1226 | 12 WGET_URL="${WEB_SITE}plugins/$TARBALL" |
pascal@1226 | 13 |
pascal@1226 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1226 | 15 genpkg_rules() |
pascal@1226 | 16 { |
pascal@1226 | 17 mkdir -p $fs/usr/share/squirrelmail/plugins |
pascal@1226 | 18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins |
pascal@1226 | 19 } |
pascal@1226 | 20 |
pascal@1226 | 21 post_install() |
pascal@1226 | 22 { |
pascal@1226 | 23 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php |
pascal@1226 | 24 } |
pascal@2245 | 25 |
pascal@2260 | 26 pre_remove() |
pascal@2245 | 27 { |
pascal@2245 | 28 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php |
pascal@2245 | 29 } |