summaryrefslogtreecommitdiff
path: root/vba/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'vba/Pkgfile')
-rw-r--r--vba/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/vba/Pkgfile b/vba/Pkgfile
index 628dfd9a3..bb4930b0d 100644
--- a/vba/Pkgfile
+++ b/vba/Pkgfile
@@ -7,7 +7,7 @@
name=vba
version=1.7.2
release=2
-source=(http://downloads.sourceforge.net/project/vba/VisualBoyAdvance-src-$version.tar.gz)
+source=(http://downloads.sourceforge.net/project/vba/VisualBoyAdvance/$version/VisualBoyAdvance-src-$version.tar.gz)
build() {
cd VisualBoyAdvance-$version
@@ -18,6 +18,7 @@ build() {
--disable-profiling \
--disable-nls \
--with-mmx
+
make
make prefix=$PKG/usr install
ln -s VisualBoyAdvance $PKG/usr/bin/vba

Generated by cgit