Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/freebasic/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/freebasic/PKGBUILD')
-rw-r--r--extra/freebasic/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/freebasic/PKGBUILD b/extra/freebasic/PKGBUILD
new file mode 100644
index 00000000..52ed3835
--- /dev/null
+++ b/extra/freebasic/PKGBUILD
@@ -0,0 +1,11 @@
+source_i686=("http://downloads.sourceforge.net/fbc/FreeBASIC-${pkgver}-linux-x86.tar.xz")
+md5sums_i686=('283275ebc3339ce03c2e7209dc81e46c')
+source_pentium4=("${source_i686[@]}")
+md5sums_pentium4=("${md5sums_i686[@]}")
+
+eval "$(
+ declare -f prepare | \
+ sed '
+ /CARCH/ a [[ "$CARCH" = "i686" ]] && _arch=x86; [[ "$CARCH" = "pentium4" ]] && _arch=x86
+ '
+)"