updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / sge / PKGBUILD
blob2aa9c1414488f7e26732aa005a08f24af0160b58
1 pkgname=sge
2 pkgver=030809
3 pkgrel=1
4 pkgdesc="SDL Graphics Extension"
5 arch=(i686 x86_64)
6 url="http://www.digitalfanatics.org/cal/sge/index.html"
7 license="LGPL"
8 depends=('sdl_image' 'freetype2' 'sdl')
9 source=(http://www.digitalfanatics.org/cal/sge/files/sge$pkgver.tar.gz sge-$pkgver-cmap.patch sge-$pkgver-build.patch sge-$pkgver-freetype.patch)
10 md5sums=(a76975665b6a2bf189130fa2c8821caf a4ec1e5af5f23193ac092739f8155777 c87f0516c8d624cbd9358cbd8bc53418 63515b96c5d0909b1d1784606d252c60) 
12 build() {
13   cd $srcdir/sge$pkgver
15   patch -p1 -i ../sge-$pkgver-cmap.patch
16   patch -p0 -i ../sge-$pkgver-build.patch
17   patch -p0 -i ../sge-$pkgver-freetype.patch
18   
19   make || return 1
20   make DESTDIR=$pkgdir install