[Frugalware-git] frugalware-current: b2evolution-4.0.5-1-x86_64
Miklos Vajna
vmiklos at frugalware.org
Mon May 7 23:57:24 CEST 2012
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a19b66b75ef62d79be90cb1000fc76b9595dd360
commit a19b66b75ef62d79be90cb1000fc76b9595dd360
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Mon May 7 23:56:49 2012 +0200
b2evolution-4.0.5-1-x86_64
- bin, it's easier to use its own self-updater than package this
diff --git a/source/network-extra/b2evolution/FrugalBuild b/source/network-extra/b2evolution/FrugalBuild
deleted file mode 100644
index 7ad1d0e..0000000
--- a/source/network-extra/b2evolution/FrugalBuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Compiling Time: 0 SBU
-# Maintainer: Miklos Vajna <vmiklos at frugalware.org>
-
-pkgname=b2evolution
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="A powerful blog tool you can install on your own website."
-_F_sourceforge_dirname="evocms"
-# see http://b2evolution.net/downloads/index.html
-_F_sourceforge_ext="-stable-2011-03-23.zip"
-Finclude sourceforge
-url="http://b2evolution.net/"
-rodepends=('apache' 'php' 'mysql' 'webappconfig')
-depends=()
-groups=('network-extra')
-archs=('i686' 'x86_64')
-#up2date="lynx -dump http://b2evolution.net/downloads/index.html|grep Stable|sed 's/.* \([0-9.]\+\)-stable .*/\1/;q'"
-backup=(var/www/b2evolution/blogs/conf/_basic_config.php)
-source=($source b2evosetup README.Frugalware)
-sha1sums=('963e38cbfac05cfb607d867ee1a69f474ae8a8ca' \
- '8341c7f3831489959840a5d0f5eb55c6afb6fc58' \
- '3b1583125ff4604da9519c05675e2e7a310681cb')
-options=('stick')
-
-build()
-{
- Fmkdir /var/www
- mv $Fsrcdir/$pkgname $Fdestdir/var/www/$pkgname
- # rename, so that b2evo won't warn about it
- Fmv /var/www/b2evolution/blogs/install{,.dist}
- # deny for nobody so that it won't be reachable by default even
- # with the renamed path
- chmod 750 $Fdestdir/var/www/b2evolution/blogs/install.dist
- # allow the webserver to write here
- chown nobody:nobody $Fdestdir/var/www/b2evolution/blogs/media
- Fexe /usr/bin/b2evosetup
-}
diff --git a/source/network-extra/b2evolution/README.Frugalware b/source/network-extra/b2evolution/README.Frugalware
deleted file mode 100644
index e991717..0000000
--- a/source/network-extra/b2evolution/README.Frugalware
+++ /dev/null
@@ -1,7 +0,0 @@
-After installing this package, please run
-
-----
-# /usr/bin/b2evosetup
-----
-
-to setup B2evolution.
diff --git a/source/network-extra/b2evolution/b2evosetup b/source/network-extra/b2evolution/b2evosetup
deleted file mode 100644
index 8c2c040..0000000
--- a/source/network-extra/b2evolution/b2evosetup
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash
-
-# B2evolution Setup script, using the webappconfig framework
-#
-# Copyright (C) 2007 Miklos Vajna <vmiklos at frugalware.org>
-
-. /usr/lib/webappconfig/webappconfig
-message "Configuring B2evolution 5.x..."
-message "Performing sanity checks..."
-sanitycheck "MySQL" "mysql"
-sanitycheck "PHP" "php"
-sanitycheck "Apache" "httpd"
-mysql_root_pass
-message -n "Would you like me to create a database for B2evolution [y/n]? "
-read createdb
-if [ "${createdb}" == "y" ]; then
- message "You will be prompted for your MySQL root password"
- mysql_create_db b2evolution || exit 1
-
- chmod 777 /var/www/b2evolution/blogs/conf/_basic_config.php
-fi
-
-symlink_to_docroot /var/www/b2evolution/blogs
-message "Configured B2evolution successfully!"
-echo
-message "If you did not choose to create a database, you should create a DB"
-message "now."
-echo
-message "Now go to http://<my site>/blogs and follow the instructions to"
-message "install B2evolution and configure it"
More information about the Frugalware-git
mailing list