updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / payslots / PKGBUILD
blob77a99cd7f42b1fff891697d0dc0b8ca3e035eb09
1 # Maintainer: Milos Pejovic <pejovic@gmail.com>
2 # Contributor: Emanuele Rossi <newdna1510@yahoo.it>
3 pkgname=payslots
4 pkgver=0.4.1
5 pkgrel=1
6 pkgdesc="Combine fruits to collect points, you can increase points with aditional bonuses"
7 arch=('any')
8 url="http://www.njsoft.iz.rs/payslots/en/"
9 license=('GPL')
10 depends=('pygtk')
11 source=(http://www.fileden.com/files/2011/1/12/3057694/payslots.tar.gz)
12 md5sums=('fa71b10f9d4fc3533dceb139ca84f6c5')
14 build() {
15   cd "${srcdir}/payslots"
16   make PREFIX="${pkgdir}/usr"
18   rm -f "${pkgdir}/usr/share/applications"
19   rm -f "${pkgdir}/usr/share/icons"
20   install -D -m644 payslots.desktop "${pkgdir}/usr/share/applications/payslots.desktop"
21   install -D -m644 payslots.png "${pkgdir}/usr/share/icons/payslots.png"
23   sed -i -e 's|python|python2|' "${pkgdir}/usr/bin/payslots"