2 # Contributor: Michael Fellinger <m.fellinger@gmail.com>
3 # Modified by: Matias Korhonen <webadmin@draco-vulgaris.net>
9 pkgdesc="Informal graphics and windowing toolkit."
10 url="http://shoooes.net"
13 depends=(ruby giflib gtk2 giflib vlc curl)
14 makedepends=() # depends on rake, but that's a gem
18 source=("http://hacketyhack.net/pkg/dist/$pkgname/$pkgname-$_pkgrev.tar.gz")
19 md5sums=("826433cdeb80133899bbb694f7aded8a")
22 cd $srcdir/$pkgname-$_pkgrev || return 1
23 make PREFIX=/usr DESTDIR=$pkgdir install || return 1
24 install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING