1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Your Name <youremail@domain.com>
12 arch=('x86_64' 'i686')
13 url="http://sites.kochkin.org/okindd/Home"
27 source=('http://sites.kochkin.org/okindd/Home/development/okindd-0.6.0-49-20110113.tar.bz2?attredirects=0&d=1')
29 md5sums=('61933f041ac1612f38817460527ee5a7')
43 #cd "$srcdir/$pkgname"
44 #make DESTDIR="$pkgdir/" install
45 mkdir -p "$pkgdir/usr/bin/"
46 install "$srcdir/$pkgname/bin/okindd" "$pkgdir/usr/bin/"
49 # vim:set ts=2 sw=2 et: