summaryrefslogtreecommitdiff
path: root/xibuilds/flex.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-06 09:03:02 +0100
committerdavidovski <david@davidovski.xyz>2021-10-06 09:03:02 +0100
commitd4cb1386d79c95e7586e7bccad5b0f6c7861cfe8 (patch)
treefaf7ff136ab50bdcf34f2d0c02002192c1c8bc39 /xibuilds/flex.xibuild
parentcdea2f67ae42d4220e19a555259b69a960925283 (diff)
added tarcapabilities
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