updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / epsxe-launcher-python / PKGBUILD
blobb3233528dfd372c746d156ba8d5b2a004ff7a794
1 # Contributor: Swen Simon <swsimon at gmail dot com>
2 # Maintainer: Swen Simon <swsimon at gmail dot com>
4 pkgname=epsxe-launcher-python
5 pkgver=0.1
6 pkgrel=3
7 pkgdesc="Python launcher for epsxe"
8 url="http://epsxe.com"
9 depends=('epsxe' 'python')
10 conflicts=('epsxe-launcher-bash')
11 arch=('i686' 'x86_64')
12 license=('custom')
13 source=(epsxe) 
14 md5sums=('a86fcdd7db45e132931958d0757abbb4')
16 build() {
17   cd $startdir/src
18   
19   mkdir -p $startdir/pkg/usr/bin
21   # installing the launcher
22   install -Dm755 $startdir/src/epsxe $startdir/pkg/usr/bin/epsxe