wok diff drupal/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
parents cf2e44bb0de1
children cabdd1efa71f
line diff
     1.1 --- a/drupal/receipt	Thu Aug 02 23:52:02 2012 +0000
     1.2 +++ b/drupal/receipt	Sat Dec 21 08:40:56 2013 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="Drupal $VERSION PHP content management system."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="php mysql"
     1.8 +LICENSE="GPL2"
     1.9  SUGGESTED="apache lighttpd cherokee"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://drupal.org/"
    1.12  WGET_URL="http://ftp.drupal.org/files/projects/$TARBALL"
    1.13  
    1.14 +DEPENDS="php mysql"
    1.15 +
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {