[Frugalware-devel] [PATCH] bison build script

Szalai Zsolt xbit.lists at chello.hu
Fri Oct 22 11:31:46 CEST 2004


hi!
up2date was missing...

--- fb	2004-10-19 11:37:51.000000000 +0200
+++ FrugalBuild	2004-10-22 10:56:00.000000000 +0200
@@ -1,6 +1,6 @@
-# Last Modified: Tue Oct 19 11:13:01 CEST 2004
+# Last Modified: Fri Oct 22 10:39:00 CEST 2004
  # Compiling Time: ~1 minute
-# Maintainer: xbit <xbit.lists at chello.hu>
+# Maintainer: Zsolt Szalai <xbit.lists at chello.hu>

  pkgname=bison
  pkgver=1.875
@@ -8,7 +8,7 @@
  pkgdesc="Bison is a general-purpose parser generator that converts a grammar 
description for an LALR context-free grammar into a C program to parse that 
grammar."
  url="http://www.gnu.org/software/bison/bison.html"
  depends=('glibc')
-up2date=``
+up2date=`lynx -dump ftp://ftp.gnu.org/gnu/bison/ |tail -n 1 |cut -d '-' -f 2 
|cut -d '.' -f 1-2`
  source=(http://ftp.gnu.org/gnu/bison/bison-1.875.tar.bz2)
  md5sums=('b7f8027b249ebd4dd0cc948943a71af0')



More information about the Frugalware-devel mailing list