diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2012-04-04 12:51:32 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2012-04-04 12:51:32 +1000 |
commit | e900c9361f0fd4bf24f836f63279bbc4c62076b8 (patch) | |
tree | a8e819b19bdb05ed0aec9ef2f51ca44d9c7bcda8 | |
parent | e453652d480a6efceedbea116116a880b0f05961 (diff) | |
download | contrib-e900c9361f0fd4bf24f836f63279bbc4c62076b8.tar.gz contrib-e900c9361f0fd4bf24f836f63279bbc4c62076b8.tar.xz |
vba: contrib -> emulators
-rw-r--r-- | vba/.footprint | 6 | ||||
-rw-r--r-- | vba/.md5sum | 1 | ||||
-rw-r--r-- | vba/Pkgfile | 25 |
3 files changed, 0 insertions, 32 deletions
diff --git a/vba/.footprint b/vba/.footprint deleted file mode 100644 index aec413dc5..000000000 --- a/vba/.footprint +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/VisualBoyAdvance -lrwxrwxrwx root/root usr/bin/vba -> VisualBoyAdvance -drwxr-xr-x root/root usr/etc/ --rw-r--r-- root/root usr/etc/VisualBoyAdvance.cfg diff --git a/vba/.md5sum b/vba/.md5sum deleted file mode 100644 index 9f9de26f5..000000000 --- a/vba/.md5sum +++ /dev/null @@ -1 +0,0 @@ -cc02339e3fd8efd9f23121b0a2f81fd8 VisualBoyAdvance-src-1.7.2.tar.gz diff --git a/vba/Pkgfile b/vba/Pkgfile deleted file mode 100644 index bb4930b0d..000000000 --- a/vba/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# Description: A Gameboy and Gameboy Advance emulator. -# URL: http://vba.ngemu.com/ -# Maintainer: Danny Rawlins, monster dot romster at gmail dot com -# Packager: Huynh Ngoc Chau Tran, nthuynh at fastmail dot com -# Depends on: libsdl libpng - -name=vba -version=1.7.2 -release=2 -source=(http://downloads.sourceforge.net/project/vba/VisualBoyAdvance/$version/VisualBoyAdvance-src-$version.tar.gz) - -build() { - cd VisualBoyAdvance-$version - - ./configure \ - --prefix=/usr \ - --disable-dependency-tracking \ - --disable-profiling \ - --disable-nls \ - --with-mmx - - make - make prefix=$PKG/usr install - ln -s VisualBoyAdvance $PKG/usr/bin/vba -} |