desktop/mupen64plus/PKGBUILD

29 lines
826 B
Bash
Raw Normal View History

2011-08-26 05:13:35 +08:00
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname=mupen64plus
2012-03-13 06:50:27 +08:00
pkgver=1.99.5
2011-08-26 05:13:35 +08:00
pkgrel=1
pkgdesc='Nintendo64™ Emulator.'
arch=('i686' 'x86_64')
url='http://code.google.com/p/mupen64plus/'
license=('GPL3')
depends=('freetype2' 'mesa' 'libpng' 'libsamplerate' 'sdl')
categories=('system')
2011-08-26 05:13:35 +08:00
source=("http://mupen64plus.googlecode.com/files/$pkgname-bundle-src-$pkgver.tar.gz")
2012-03-13 06:50:27 +08:00
md5sums=('93772a6d6fc6a63353462deae8a6db71')
2011-08-26 05:13:35 +08:00
build() {
cd $srcdir/$pkgname-bundle-src-$pkgver
sh m64p_build.sh
}
package() {
cd $srcdir/$pkgname-bundle-src-$pkgver
# Set LDCONFIG since we are using fakeroot and scripts. Run root commands by checking the uid.
./m64p_install.sh DESTDIR=$pkgdir PREFIX=/usr MANDIR=/usr/share/man LDCONFIG=true
}