summaryrefslogtreecommitdiff
path: root/community/pcsxr/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-08-12 14:18:26 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-08-12 14:18:26 +0000
commiteddbc98aa28d38b35833cfb1a4a3cf632c9f2b47 (patch)
treeaab622d20dd9fda10be6705c4261a07bcfa69079 /community/pcsxr/PKGBUILD
parent853acffdfdaafc5b2982cbac2a0e5adda28e6d6e (diff)
Fri Aug 12 14:18:26 UTC 2011
Diffstat (limited to 'community/pcsxr/PKGBUILD')
-rw-r--r--community/pcsxr/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/pcsxr/PKGBUILD b/community/pcsxr/PKGBUILD
deleted file mode 100644
index c878b3563..000000000
--- a/community/pcsxr/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-## Maintainer: schuay <jakob.gruber@gmail.com>
-## Contributor: quantax -- contact via Arch Linux forum or AUR
-## Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-
-pkgname=pcsxr
-pkgver=1.9.92
-pkgrel=3
-pkgdesc='A Sony PlayStation emulator based on the PCSX-df Project'
-arch=('i686' 'x86_64')
-url='http://pcsxr.codeplex.com/'
-license=('GPL')
-depends=('libcdio' 'libgl' 'libglade' 'libxtst' 'libxv' 'sdl' 'mesa')
-conflicts=('pcsx-df')
-_pkgurl="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=$pkgname&DownloadId=140521&FileTime=129254829621800000&Build=$(wget -qO - http://www.codeplex.com/ | sed -nr 's/^[[:space:]]*Version [[:digit:]]{4}\.([[:digit:]]{1,2}\.){2}([[:digit:]]+)[[:space:]]*$/\2/p' | tail -n 1)"
-source=($pkgname-$pkgver.tar.bz2::$_pkgurl)
-md5sums=('28411aed0b4424f97227d94bdefaec83')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-libcdio --enable-opengl
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-