Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b4022a630033b5182e4197f76a0d183d63dbd064
commit b4022a630033b5182e4197f76a0d183d63dbd064 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Feb 12 13:41:51 2008 +0100 alpine-1.00-1-i686 - new package - replacement for pine, with a better license and active development diff --git a/source/network-extra/alpine/FrugalBuild b/source/network-extra/alpine/FrugalBuild new file mode 100644 index 0000000..7d2ae80 --- /dev/null +++ b/source/network-extra/alpine/FrugalBuild @@ -0,0 +1,18 @@ +# Compiling Time: 0.98 SBU +# Maintainer: VMiklos <[EMAIL PROTECTED]> + +pkgname=alpine +pkgver=1.00 +pkgrel=1 +pkgdesc="Alternatively Licensed Program for Internet News & Email" +url="http://www.washington.edu/alpine/" +depends=('ncurses' 'openssl' 'libldap' 'aspell') +makedepends=('openldap') +conflicts=('pine') +groups=('network-extra') +archs=('i686') +up2date="lynx -dump http://www.washington.edu/alpine/acquire/|grep 'Alpine.*[0-9.]'|sed 's/.* \([0-9.]*\) .*/\1/;q'" +source=(ftp://ftp.cac.washington.edu/alpine/alpine.tar.bz2) +sha1sums=('1eae937d385f5a844fd52096fe428471928439fc') + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
