wok rev 7400
Add drupal.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Nov 27 01:50:29 2010 +0000 (2010-11-27) |
parents | e04b50604ed2 |
children | 22b72b21a488 |
files | drupal/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/drupal/receipt Sat Nov 27 01:50:29 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 +