wok annotate drupal/receipt @ rev 14870
python-pygame: no more linux/videodev.h
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 23 08:56:31 2013 +0000 (2013-07-23) |
parents | 8387b6915400 |
children | 223b265f40fd |
rev | line source |
---|---|
slaxemulator@7400 | 1 # SliTaz package receipt. |
slaxemulator@7400 | 2 |
slaxemulator@7400 | 3 PACKAGE="drupal" |
slaxemulator@13185 | 4 VERSION="7.15" |
slaxemulator@7400 | 5 CATEGORY="misc" |
slaxemulator@7400 | 6 SHORT_DESC="Drupal $VERSION PHP content management system." |
pascal@13025 | 7 MAINTAINER="slaxemulator@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 |