wok view drupal/receipt @ rev 13992

qt4 up to 4.8.4 - fixed some qt4 dependent package which does not build, upgrading only if necessary, tested razorqt and some apps, all seems to work
author ernia <monghitri@aruba.it>
date Mon Feb 11 23:39:16 2013 +0000 (2013-02-11)
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 }