
Receipt for package "drupal"
# SliTaz package receipt. PACKAGE="drupal" VERSION="9.3.6" CATEGORY="misc" SHORT_DESC="PHP content management system." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" WEB_SITE="https://git.drupalcode.org/project/drupal" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://ftp.drupal.org/files/projects/$TARBALL" SUGGESTED="apache cherokee lighttpd" DEPENDS="mysql php" # What is the latest version available today? current_version() { wget -O - https://git.drupalcode.org/project/drupal/-/tags?sort=updated_desc 2>/dev/null | \ sed '/item-title/!d;/alpha/d;s|.*">||;s|<.*||' | sort -Vr | sed q } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/var/www/drupal cp -a $src/* $fs/var/www/drupal chown -R 80.80 $fs/var/www/drupal }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)