diff options
Diffstat (limited to 'xibuilds/bc.xibuild')
-rw-r--r-- | xibuilds/bc.xibuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/xibuilds/bc.xibuild b/xibuilds/bc.xibuild deleted file mode 100644 index 0d6da1c..0000000 --- a/xibuilds/bc.xibuild +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -DEPS=(readline) - -SOURCE=https://github.com/gavinhoward/bc -DESC="An arbitrary precision numeric processing language" - -build () { - CC=gcc ./configure --prefix=/usr -G -O3 - make - make test - make DESTDIR=$PKG_DEST install -} - - |