diff options
Diffstat (limited to 'community-testing/nestopia/PKGBUILD')
-rw-r--r-- | community-testing/nestopia/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community-testing/nestopia/PKGBUILD b/community-testing/nestopia/PKGBUILD deleted file mode 100644 index 7ef2d4b96..000000000 --- a/community-testing/nestopia/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 77297 2012-10-08 15:06:02Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Tiago Pierezan Camargo <tcamargo@gmail.com> -# Contributor: robb_force <robb_force@holybuffalo.net> - -pkgname=nestopia -pkgver=1.42 -pkgrel=3 -pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number of mappers, and lots of custom sound chips.' -url='http://0ldsk00l.ca/nestopia.html' -license=('GPL') -arch=('i686' 'x86_64') -depends=('sdl' 'alsa-lib' 'gtk3' 'mesa' 'glu') -makedepends=('unzip') -source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver" - "build-fix.patch") -md5sums=('ce7ffba59f19c764f08546e015777172' - '49dc5a51243a023b47f25ff3d6aabd89') - -build() { - cd ${srcdir}/rdanbrook-nestopia-* - patch -p1 <$srcdir/build-fix.patch - make PREFIX=/usr -j1 -} - -package() { - cd ${srcdir}/rdanbrook-nestopia-* - mkdir -p $pkgdir/usr/{bin,share/nestopia} - make install PREFIX=$pkgdir/usr -} |