updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / geekcode / PKGBUILD
blobbcbb11b76492974cc54fc865e755f88c51faaafc
1 # Contributor: Michal Bozon <bozonm@vscht.cz>
2 pkgname=geekcode
3 pkgver=1.7.3
4 pkgrel=1
5 pkgdesc="Classic self-classification code generator"
6 arch=('i686') # at least
7 url="http://www.geekcode.com"
8 license=('GPL')
9 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
10 md5sums=('b794916a8875f71f1442f6e70432d6de')
12 build() {
13   cd $startdir/src/$pkgname-$pkgver
14   make || return 1
15   # Makefile install has fixed /usr/local/bin/geekcode path set
16   # so install it ourselves
17   install -D -m 755 geekcode $startdir/pkg/usr/bin/geekcode