wok annotate squirrelmail-compatibility-plugin/receipt @ rev 7880
Add and up: cairo-dock (2.2.0) from undigest (well tested)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jan 03 23:33:41 2011 +0100 (2011-01-03) |
parents | |
children | f81e47267992 |
rev | line source |
---|---|
pascal@1220 | 1 # SliTaz package receipt. |
pascal@1220 | 2 |
pascal@1220 | 3 PACKAGE="squirrelmail-compatibility-plugin" |
pascal@1220 | 4 VERSION="2.0.13-1.0" |
pascal@1220 | 5 CATEGORY="network" |
pascal@1220 | 6 SHORT_DESC="Compatibility plugin for Web mail need by many plugins." |
pascal@1220 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1220 | 8 SOURCE="compatibility" |
pascal@1220 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@1220 | 10 WEB_SITE="http://www.squirrelmail.org/" |
pascal@1220 | 11 DEPENDS="squirrelmail" |
pascal@1220 | 12 WGET_URL="${WEB_SITE}plugins/$TARBALL" |
pascal@1220 | 13 |
pascal@1220 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1220 | 15 genpkg_rules() |
pascal@1220 | 16 { |
pascal@1220 | 17 mkdir -p $fs/usr/share/squirrelmail/plugins |
pascal@1220 | 18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins |
pascal@1220 | 19 } |