[Frugalware-git] frugalware-current: drupal6-6.2-1-i686

CSÉCSY László boobaa at frugalware.org
Tue May 6 12:26:04 CEST 2008


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cd317b8e7f0ca186807fda3004435f0006eb7d9e

commit cd317b8e7f0ca186807fda3004435f0006eb7d9e
Author: CSÉCSY László <boobaa at frugalware.org>
Date:   Tue Apr 15 17:59:16 2008 +0200

drupal6-6.2-1-i686
new package / initial import
added as new package since: 1. upgrade path is not so simple
2. it can perfectly live side by side with drupal5 (the drupal pkg)

diff --git a/source/network-extra/drupal6/FrugalBuild b/source/network-extra/drupal6/FrugalBuild
new file mode 100644
index 0000000..429a079
--- /dev/null
+++ b/source/network-extra/drupal6/FrugalBuild
@@ -0,0 +1,23 @@
+# Compiling Time: 0 SBU
+# Maintainer: CSÉCSY László <boobaa at frugalware.org>
+
+pkgname=drupal6
+pkgver=6.2
+pkgrel=1
+pkgdesc="An open source content management platform"
+url="http://drupal.org"
+rodepends=('apache' 'php')
+groups=('network-extra')
+archs=('i686' 'x86_64')
+up2date="lynx -dump http://drupal.org/download | grep -m1 'l-6[0-9\.]*.tar.gz' | sed 's/.*-\(.*\)\.tar.*/\1/'"
+backup=(var/www/drupal6/sites/default/settings.php)
+source=(http://drupal.org/files/projects/drupal-$pkgver.tar.gz \
+	README.Frugalware)
+sha1sums=('2cbff1073e15cdc54a620ffb891b16f558ec6fe4' \
+          '3e301be2f8a247c86b5f32e68773c9618322e7d7')
+options=('stick')
+
+build() {
+	Fmkdir /var/www
+	mv $Fsrcdir/${pkgname//6/}-$pkgver $Fdestdir/var/www/$pkgname
+}
diff --git a/source/network-extra/drupal6/README.Frugalware b/source/network-extra/drupal6/README.Frugalware
new file mode 100644
index 0000000..1de07fa
--- /dev/null
+++ b/source/network-extra/drupal6/README.Frugalware
@@ -0,0 +1,11 @@
+To be able to use this package as intended, you will have to:
+
+* set up apache to access +/var/www/drupal6+ from the web the way you like;
+
+* install and set up your favourite SQL database (mysql or postgresql; this
+package DOES NOT depend on any of them);
+
+* create and/or grant access to a mysql or postgresql database;
+
+* set up your drupal installation itself by entering the correct credentials
+at the install screen to be able to reach the above-mentioned database.


More information about the Frugalware-git mailing list