wok-next view drupal/receipt @ rev 14882

python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 24 15:51:20 2013 +0000 (2013-07-24)
parents 8387b6915400
children 223b265f40fd
line source
1 # SliTaz package receipt.
3 PACKAGE="drupal"
4 VERSION="7.15"
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 }