wok-next diff drupal/receipt @ rev 7548

Up: python-simplejson to 2.1.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Dec 07 21:08:39 2010 +0000 (2010-12-07)
parents
children 8587f8e50a5f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/drupal/receipt	Tue Dec 07 21:08:39 2010 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="drupal"
     1.7 +VERSION="6.19"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="Drupal $VERSION PHP content management system."
    1.10 +MAINTAINER="slaxemualtor@gmail.com"
    1.11 +DEPENDS="php mysql"
    1.12 +SUGGESTED="apache lighttpd cherokee"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://drupal.org/"
    1.15 +WGET_URL="http://ftp.drupal.org/files/projects/$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/var/www/drupal
    1.21 +	cp -a $src/* $fs/var/www/drupal
    1.22 +	chown -R 80.80 $fs/var/www/drupal
    1.23 +}
    1.24 +