wok-4.x view drupal/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 (14 months ago)
parents 901e194c39a1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="drupal"
4 VERSION="7.8"
5 CATEGORY="misc"
6 SHORT_DESC="Drupal $VERSION PHP content management system."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="php mysql"
9 SUGGESTED="apache lighttpd cherokee"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://drupal.org/"
12 WGET_URL="http://ftp.drupal.org/files/projects/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/var/www/drupal
18 cp -a $src/* $fs/var/www/drupal
19 chown -R 80.80 $fs/var/www/drupal
20 }