wok-4.x view squirrelmail-compatibility-plugin/receipt @ rev 5329

mv get-msttcorefonts to wok-undigest; please add new pkgs to wok-undigest first
author Rohit Joshi <jozee@slitaz.org>
date Fri Apr 23 06:15:11 2010 -0400 (2010-04-23)
parents
children f81e47267992
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-compatibility-plugin"
4 VERSION="2.0.13-1.0"
5 CATEGORY="network"
6 SHORT_DESC="Compatibility plugin for Web mail need by many plugins."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="compatibility"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.squirrelmail.org/"
11 DEPENDS="squirrelmail"
12 WGET_URL="${WEB_SITE}plugins/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/squirrelmail/plugins
18 cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
19 }