summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-12 01:45:04 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-12 01:45:04 -0300
commit6700d50623903ce22f3243ed969a7d461d5fc919 (patch)
tree8eb600368d07e0380d4c4ccefee5ebd41d6b9854 /pcr
parentcefd9eb2252934b7aa550ea3671d5c257140f05e (diff)
remove yabause due that package was included on community repo on archlinux
Diffstat (limited to 'pcr')
-rw-r--r--pcr/yabause/PKGBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/pcr/yabause/PKGBUILD b/pcr/yabause/PKGBUILD
deleted file mode 100644
index c65bcbe2f..000000000
--- a/pcr/yabause/PKGBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Maintainer : Harley Laue <losinggeneration@gmail.com>
-# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
-# Contributor: Anton Shestakov <engored*ya.ru>
-# Contributor: Tiago Camargo <tcamargo@gmail.com>
-# Contributor: robb_force <robb_force@holybuffalo.net>
-pkgname=yabause
-pkgver=0.9.12
-pkgrel=3
-pkgdesc='A Sega Saturn emulator.'
-url='http://yabause.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'mesa' 'glu')
-depends=('sdl' 'qt4' 'openal' 'freeglut')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c7876c04489f8a1b59b3166598084cb8')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- [ -e build ] && rm -rf build
- mkdir build
- cd build
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
- -DYAB_PORTS=qt \
- -DYAB_MULTIBUILD=OFF \
- -DYAB_NETWORK=ON \
- -DYAB_OPTIMIZED_DMA=on \
- -DYAB_PERKEYNAME=ON \
- ..
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}/build"
- make DESTDIR="${pkgdir}" install
-}