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>
10 pkgdesc="A little build preparation script"
11 arch=(i686 x86_64 arm)
12 url="http://buildconf.brlcad.org/"
23 source=(http://downloads.sourceforge.net/project/buildconf/autogen/${pkgver}/$pkgname.$pkgver.tar.gz)
26 echo Nothing to build...
31 install -D -T autogen.sh $pkgdir/usr/bin/buildconf
34 # vim:set ts=2 sw=2 et:
35 md5sums=('a70be9fe0d52c393592f218e8b1aa020')