1 # Maintainer: Florian Léger <florian dot leger at insa dash rouen dot fr>
3 pkgname=homerun-in-berzerk-land
6 pkgdesc='Hit the geek and make him fly (Flash game).'
8 url='http://www.berzerkstudio.com/'
10 depends=('flashplayer-standalone')
11 _baseurl="http://www.playhub.com/swf"
12 _swf="homerun-bezerk.swf"
13 source=("${_baseurl}/${_swf}"
17 md5sums=('77de342b99cb7e14953c346894e60c11'
18 '5d516321c13a70842e474d113176d7e1'
19 '71f850e4f0f335cb0578ab41170fada6'
20 '008bbae81f4eb5f9161df9bc0e9aece4')
23 # Install the .swf file
24 install -Dm644 "${srcdir}/${_swf}" "${pkgdir}/usr/share/games/${pkgname}/${_swf}"
26 # Install launch script
27 install -Dm755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
29 # Install .desktop file
30 install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
33 install -Dm644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/icons/${pkgname}.png"