updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / buildconf / PKGBUILD
blob86158640d045bb7c7028b26faaf8a3a65f9e606b
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>
7 pkgname=buildconf
8 pkgver=2009.12.23
9 pkgrel=1
10 pkgdesc="A little build preparation script"
11 arch=(i686 x86_64 arm)
12 url="http://buildconf.brlcad.org/"
13 license=('BSD')
14 groups=()
15 depends=()
16 makedepends=()
17 optdepends=()
18 provides=()
19 conflicts=()
20 replaces=()
21 backup=()
22 options=()
23 source=(http://downloads.sourceforge.net/project/buildconf/autogen/${pkgver}/$pkgname.$pkgver.tar.gz)
25 build() {
26   echo Nothing to build...
29 package() {
30   cd "$srcdir/$pkgname"
31   install -D -T autogen.sh $pkgdir/usr/bin/buildconf
34 # vim:set ts=2 sw=2 et:
35 md5sums=('a70be9fe0d52c393592f218e8b1aa020')