diff options
Diffstat (limited to 'repo/core/bison.xibuild')
-rw-r--r-- | repo/core/bison.xibuild | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/repo/core/bison.xibuild b/repo/core/bison.xibuild deleted file mode 100644 index 556bf16..0000000 --- a/repo/core/bison.xibuild +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -DEPS=(glibc m4 sh) - -SOURCE=https://ftp.gnu.org/gnu/bison/bison-3.8.1.tar.xz -DESC="The GNU general-purpose parser generator" - -build () { - ./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.8.1 - make - make check - make DESTDIR=$PKG_DEST install -} |