Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bmf.git;a=commitdiff;h=2fad5641340aaa3ab2f32c38d728a5f20d99ce65

commit 2fad5641340aaa3ab2f32c38d728a5f20d99ce65
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Wed Nov 7 00:50:33 2007 +0100

elinks-0.11.3.2205.g5079d5a-1-i686
import from current + update to git snapshot
there are a numer of nice new features.. well, 2000+ changes ;)

diff --git a/source/network/elinks/FrugalBuild 
b/source/network/elinks/FrugalBuild
new file mode 100644
index 0000000..8c09b56
--- /dev/null
+++ b/source/network/elinks/FrugalBuild
@@ -0,0 +1,37 @@
+# Compiling Time: 0.43 SBU
+# Maintainer: voroskoi <[EMAIL PROTECTED]>
+# Contributor: Laszlo Dvornik <[EMAIL PROTECTED]>
+
+USE_DEVEL=${USE_DEVEL:-"y"}
+
+pkgname=elinks
+pkgver=0.11.3
+Fuse $USE_DEVEL && pkgver=0.11.3.2205.g5079d5a
+pkgrel=1
+pkgdesc="An advanced and well-established feature-rich text mode web browser"
+url="http://elinks.or.cz/";
+depends=('openssl' 'glibc' 'gpm' 'zlib' 'bzip2' 'libidn' 'expat' 'ncurses')
+#makedepends=('samba') # smb support is disabled by upstream (security reasons)
+groups=('network' 'chroot-core')
+archs=('i686' 'x86_64')
+up2date="lynx -dump http://elinks.or.cz/download.html|grep 'Current 
stable'|sed 's/.*-\(.*\) .*.t.*/\1/'"
+
+_F_scm_type="git"
+_F_scm_url="http://elinks.cz/elinks.git";
+Finclude scm
+
+build()
+{
+       if Fuse $USE_DEVEL; then
+               Funpack_scm
+               sh autogen.sh
+       fi
+       Fbuild --enable-smb --without-x --enable-cgi \
+               --enable-leds --enable-fastmem --without-lua \
+               --exec-prefix=$Fdestdir/usr --enable-bittorrent --enable-nntp \
+               --with-perl --with-bzlib --enable-html-highlight \
+               --enable-256-colors --enable-finger
+       Frm /usr/share/locale/locale.alias
+}
+
+# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to