wok-4.x annotate squirrelmail-html/receipt @ rev 7724
Add libxml2-dev to libxslt-dev depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Dec 19 18:42:39 2010 +0000 (2010-12-19) |
parents | ff4c00ab546f |
children | f81e47267992 |
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@3259 | 19 chown -R 80 $fs/usr/share/squirrelmail |
pascal@1225 | 20 } |
pascal@1225 | 21 |
pascal@1225 | 22 post_install() |
pascal@1225 | 23 { |
pascal@1225 | 24 echo "\$plugins[] = '$SOURCE';" >> $1/etc/squirrelmail/config_local.php |
pascal@1225 | 25 } |
pascal@2245 | 26 |
pascal@2260 | 27 pre_remove() |
pascal@2245 | 28 { |
pascal@2245 | 29 sed -i "/\$plugins.. = '$SOURCE';/d" /etc/squirrelmail/config_local.php |
pascal@2245 | 30 } |