updated on Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git] / epsxe-launcher-bash / PKGBUILD
blob3149c7e82f765a8bd315a6d69e150273aaa5ebe6
1 # Contributor: quantax -- contact via Arch Linux forum or AUR
3 pkgname=epsxe-launcher-bash
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="Bash launcher for the Enhanced PSX Emulator."
7 arch=(any)
8 url="http://www.epsxe.com/"
9 license=('custom')
10 depends=(bash epsxe)
11 conflicts=(epsxe-launcher-python)
12 source=('http://www.emutalk.net/attachment.php?s=66e166ac12da98f8cd0b69aac10a3f83&attachmentid=23286&stc=1&d=1112148691'
13         epsxe.bash
14         epsxe.desktop)
15 md5sums=('04eb80b18e4186162820f944f5400390'
16          '197bb7f58c4aa0ba08a94d3e1a76e815'
17          'f6b1bd3304093ca22215e6e48525758f')
19 build() {
20     cd "${srcdir}"
21     install --mode=755 -D epsxe.bash "${pkgdir}/usr/bin/epsxe"
22     install --mode=644 -D epsxe.desktop \
23             "${pkgdir}/usr/share/applications/epsxe.desktop"
24     # Is an ugly icon are better than none?
25     install --mode=644 -D 'attachment.php?s=66e166ac12da98f8cd0b69aac10a3f83&attachmentid=23286&stc=1&d=1112148691' \
26             "${pkgdir}/usr/share/pixmaps/epsxe_64x64.png"