summaryrefslogtreecommitdiff
path: root/java/nant/PKGBUILD
blob: 02d9908a6cf281b3206b74bb42a5d21caf51f424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net

pkgname=nant
pkgver=0.92
pkgrel=1
pkgdesc="A free .NET build tool"
arch=('i686' 'x86_64')
url="http://nant.sourceforge.net"
license=("GPL2")
depends=('mono-basic')
makedepends=('pkgconfig')
source=("http://downloads.sourceforge.net/nant/$pkgname-$pkgver-src.tar.gz")

package() {
  cd "$srcdir"/$pkgname-$pkgver
  make -j1 install prefix=/usr DESTDIR="$pkgdir"
}

md5sums=('d680b47f9b2ce197cec0fac7d7d60950')