summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F Rødseth2016-08-16 18:54:58 +0200
committerAlexander F Rødseth2016-08-16 18:54:58 +0200
commit70f1fa758af5f7bf446f228372d92cd79e137ab6 (patch)
tree47389215b9129a203c436ef2eb92ab55949874b9 /PKGBUILD
parent73729dc1b7527963d867892a70e462b3f54aa6b0 (diff)
downloadaur-70f1fa758af5f7bf446f228372d92cd79e137ab6.tar.gz
Make brainfuck work
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fa77125e038..8033ba4036fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ depends=('algol68g' 'bash' 'boo' 'chicken' 'clisp' 'clojure' 'fpc' 'gawk' 'gcc'
'spl' 'maxima' 'slang' 'fpiet' 'neko' 'nickle' 'pari' 'bsd-games'
'ratfor' 'gambas3-script' 'mlton' 'thue' 'mono-basic' 'zoem' 'asymptote'
'afnix' 'a+' 'ats2-postiats' 'cfunge' 'boarpig-brainfuck')
+makedepends=('setconf')
optdepends=('advancecomp: For generating langs.png'
'optipng: For generating langs.png')
source=('quine-relay::git://github.com/mame/quine-relay.git'
@@ -39,13 +40,7 @@ prepare() {
# lolcode is available in Arch Linux
sed -i 's:vendor/lci-\*/::' Makefile
- # npiet is available in Arch Linux
- #sed -i 's:vendor/npiet-\*/::' Makefile
-
- # whitespace is available in Arch Linux
- #sed -i 's:ruby vendor/whitespace.rb:wspace:' Makefile
-
- sed -i 's:beef:bpf -src:' Makefile
+ setconf Makefile BF "bpf -src"
}
package() {