diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/fceu | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/fceu')
-rwxr-xr-x | abs/extra-testing/fceu/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/abs/extra-testing/fceu/PKGBUILD b/abs/extra-testing/fceu/PKGBUILD deleted file mode 100755 index cdae29a..0000000 --- a/abs/extra-testing/fceu/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: Eric Belanger <belanger@astro.umontreal.ca> -# Contributor: Jo Christian Bergskås <jcberg@gmail.com> - -pkgname=fceu -pkgver=0.98.15 -pkgrel=1 -pkgdesc="FCE Ultra is a fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support." -arch=('i686' 'x86_64') -url="http://fceultra.sourceforge.net" -license="GPL" -options=('docs') -depends=('sdl' 'zlib') -source=(ftp://ftp.knoppmyth.net/R6/sources/$pkgname-$pkgver-src.tar.bz2) -md5sums=('bfe9aa7f91c19fa17bb6e5424dc5901b') - -build() { - cd $startdir/src/fceu - ./configure --prefix=/usr --with-opengl --build=i686-linux-gnu - make || return 1 - make DESTDIR=$startdir/pkg install - install -D -m644 $startdir/src/fceu/Documentation/fceu-sdl.6 $startdir/pkg/usr/man/man6/fceu.6 - install -d $startdir/pkg/usr/share/doc/fceu-doc - cp -r $startdir/src/fceu/Documentation/* $startdir/pkg/usr/share/doc/fceu-doc -} |