wok-stable annotate drupal/receipt @ rev 11861
up weechat 0.3.7
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Feb 27 11:00:09 2012 -0800 (2012-02-27) |
parents | 8587f8e50a5f |
children | 7f6ba0da8010 |
rev | line source |
---|---|
slaxemulator@7400 | 1 # SliTaz package receipt. |
slaxemulator@7400 | 2 |
slaxemulator@7400 | 3 PACKAGE="drupal" |
slaxemulator@11102 | 4 VERSION="7.8" |
slaxemulator@7400 | 5 CATEGORY="misc" |
slaxemulator@7400 | 6 SHORT_DESC="Drupal $VERSION PHP content management system." |
slaxemulator@7400 | 7 MAINTAINER="slaxemualtor@gmail.com" |
slaxemulator@7400 | 8 DEPENDS="php mysql" |
slaxemulator@7400 | 9 SUGGESTED="apache lighttpd cherokee" |
slaxemulator@7400 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@7400 | 11 WEB_SITE="http://drupal.org/" |
slaxemulator@7400 | 12 WGET_URL="http://ftp.drupal.org/files/projects/$TARBALL" |
slaxemulator@7400 | 13 |
slaxemulator@7400 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@7400 | 15 genpkg_rules() |
slaxemulator@7400 | 16 { |
slaxemulator@7400 | 17 mkdir -p $fs/var/www/drupal |
slaxemulator@7400 | 18 cp -a $src/* $fs/var/www/drupal |
slaxemulator@7400 | 19 chown -R 80.80 $fs/var/www/drupal |
slaxemulator@7400 | 20 } |
slaxemulator@7400 | 21 |