1 # Maintainer: jsteel <jsteel at vorx dot com>
2 # Contributor: DrZaius <lou at fakeoutdoorsman dot com>
3 # Contributor: Victor Feight <vrfeight3 at gmail dot com>
8 pkgdesc="Simple and lightweight GTK calendar"
10 url="http://dmedvinsky.github.com/gsimplecal"
13 source=(https://github.com/downloads/dmedvinsky/$pkgname/$pkgname-$pkgver.tar.gz)
14 md5sums=('e2b5d161f6ef9150b13dd504a2ce0469')
18 ./configure --prefix=/usr
24 make DESTDIR="$pkgdir" install
25 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"