You are not logged in.

#1 2008-04-30 11:11:16

mullman
Member
Registered: 2007-05-24
Posts: 28

[Request] phplist - an open-source mailing-list manager

Could someone be kind enough to look over this please and help finish it?
Comments and suggestions welcome.

Not safe yet - use at own risk!

# Contributor: <your name could be here!>
pkgname=phplist
pkgver=2.10.5
pkgrel=1
pkgdesc="An open-source mailing-list manager."
arch=('i686' 'x84_64')
url="http://www.phplist.com"
license=('GPL')
# depends - rough list - needs more investigating...
depends=('lighttpd' 'php' 'postgresql' 'php imap module?')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('')

# http://www.phplist.com/system_requirements
# http://docs.phplist.com/PhplistInstallation
# http://docs.phplist.com/PhpListConfiguration

build() {
    mkdir /srv/www/lists
    tar xzf $pkgname-$pkgver.tar.gz /srv/www/lists
    
    # automate database creation?
    
    # secure,sane default configuration?
}

Offline

Board footer

Powered by FluxBB