wok-4.x diff squirrelmail-smallcal/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (17 months ago)
parents ff4c00ab546f
children
line diff
     1.1 --- a/squirrelmail-smallcal/receipt	Mon Feb 16 08:04:20 2009 +0000
     1.2 +++ b/squirrelmail-smallcal/receipt	Sun Apr 02 14:34:44 2023 +0000
     1.3 @@ -11,11 +11,18 @@
     1.4  DEPENDS="squirrelmail squirrelmail-compatibility-plugin"
     1.5  WGET_URL="${WEB_SITE}plugins/$TARBALL"
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	mkdir -p $DESTDIR
    1.11 +	cp -a $src $DESTDIR/$SOURCE
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/share/squirrelmail/plugins
    1.18 -	cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
    1.19 +	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    1.20  }
    1.21  
    1.22  post_install()