updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gametree / PKGBUILD
blob9c5fc9f5ac367b313999ccbaba96354605863907
1 # Maintainer: Hubert Maraszek <marach5 at gmail dot com>
2 pkgname=gametree
3 pkgver=011023
4 pkgrel=2
5 pkgdesc="A rebranded Cedega release - requires an archive from https://gametreedeveloper.com/ (free registration)"
6 arch=('i686')
7 url="http://gametreelinux.com/"
8 license=('custom')
9 depends=('python2' 'gtk2>=2.6' 'glade' 'pygtk' 'dbus-python')
10 source=(gametree-011023.tgz
11         runInstaller.patch
12         runGUI.patch
13         gametree.patch)
14 md5sums=('995ec8d2d554cfd4ca16dcd1099c4859'
15          'f78f99fc8c18ca612ab719bb163eef7c'
16          '4991146111e5f2cee8a89dbf56568887'
17          '6ab50f2f64c238ffdaa44f74e9930c0e')
18 options=('!strip')
20 package() {
21   patch -f "$srcdir/usr/lib/gametree/runInstaller" runInstaller.patch
22   patch -f "$srcdir/usr/bin/gametree" gametree.patch
23   cp runGUI.patch "$srcdir/usr/lib/gametree"
24   cp -r "$srcdir/usr" "$pkgdir"
27 # vim:set ts=2 sw=2 et: