summaryrefslogtreecommitdiff
path: root/xibuilds/flex.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'xibuilds/flex.xibuild')
-rw-r--r--xibuilds/flex.xibuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/xibuilds/flex.xibuild b/xibuilds/flex.xibuild
index 88d61a6..5502288 100644
--- a/xibuilds/flex.xibuild
+++ b/xibuilds/flex.xibuild
@@ -2,10 +2,11 @@
DEPS=(glibc m4 sh)
-SOURCE=https://github.com/nlitsme/gnubc
-
+SOURCE=https://github.com/westes/flex
+DESC="a utility for generating programs that recognize patterns in text"
build () {
+ ./autogen.sh
./configure --prefix=/usr --docdir=/usr/share/doc/flex --disable-static
make
make check