updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / epsxe-launcher-gentoo / PKGBUILD
blobe57c558985bbc4d3889e4df58e33a61df11ca032
1 # Contributor: robsonpeixoto -- contact via Arch Linux forum or AUR
2 # Contributor: quantax -- contact via Arch Linux forum or AUR
4 pkgname=epsxe-launcher-gentoo
5 pkgver=1
6 pkgrel=1
7 pkgdesc="Bash launcher for the Enhanced PSX Emulator."
8 arch=(any)
9 url="http://www.epsxe.com/"
10 license=('custom')
11 depends=('bash' 'epsxe')
12 conflicts=('epsxe-launcher-python' 'epsxe-launcher-bash')
13 source=('epsxe')
14 md5sums=('651df9ca6ee5a77a94fc7ea41b2570c8')
16 build() {
17     cd "${srcdir}"
20 package() {
21     install --mode=755 -D epsxe "${pkgdir}/usr/bin/epsxe"