wok diff squirrelmail-compatibility-plugin/receipt @ rev 7017

Up: xorg-fixesproto to 4.1.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 31 13:58:08 2010 +0000 (2010-10-31)
parents
children f81e47267992
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/squirrelmail-compatibility-plugin/receipt	Sun Oct 31 13:58:08 2010 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="squirrelmail-compatibility-plugin"
     1.7 +VERSION="2.0.13-1.0"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Compatibility plugin for Web mail need by many plugins."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +SOURCE="compatibility"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.squirrelmail.org/"
    1.14 +DEPENDS="squirrelmail"
    1.15 +WGET_URL="${WEB_SITE}plugins/$TARBALL"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/share/squirrelmail/plugins
    1.21 +	cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
    1.22 +}