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

commit d0e0b6e809857064b59a15838bba62f9e096c83f
Author: CSÉCSY László <boo...@frugalware.org>
Date:   Mon Jan 17 14:43:19 2011 +0100

drupal7-7.0-1-i686

new package / initial import

diff --git a/source/network-extra/drupal7/FrugalBuild 
b/source/network-extra/drupal7/FrugalBuild
new file mode 100644
index 0000000..3a79887
--- /dev/null
+++ b/source/network-extra/drupal7/FrugalBuild
@@ -0,0 +1,23 @@
+# Compiling Time: 0 SBU
+# Maintainer: CSÉCSY László <boo...@frugalware.org>
+
+pkgname=drupal7
+pkgver=7.0
+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/project/Drupal+project | grep -m1 
'l-7[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=('124911c7de07b5acd1f801c4a7093440a0e0e3d3' \
+         '84a37af7ac58313679634c98185a3847d337ce3e')
+options=('stick')
+
+build() {
+       Fmkdir /var/www
+       mv $Fsrcdir/${pkgname//7/}-$pkgver $Fdestdir/var/www/$pkgname
+}
diff --git a/source/network-extra/drupal7/README.Frugalware 
b/source/network-extra/drupal7/README.Frugalware
new file mode 100644
index 0000000..6fd9dcc
--- /dev/null
+++ b/source/network-extra/drupal7/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/drupal7+ from the web the way you like;
+
+* install and set up your favourite SQL database (mysql, postgresql or sqlite;
+this package DOES NOT depend on any of them);
+
+* create and/or grant access to a mysql, postgresql or sqlite 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.
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to