updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / netrw / PKGBUILD
blob108a7fdf193c784b3ce990c1251e3dbb51137352
1 # Contributor:  <ndowens04@gmail.com>
2 pkgname=netrw
3 pkgver=1.3.2
4 pkgrel=1
5 pkgdesc="netrw is a simple (but powerful) tool for transporting data over the internet. Its main purpose is to simplify and speed up file transfers to hosts without an FTP server."
6 arch=('i686')
7 url="http://mamuti.net/netrw/index.en.html"
8 license=('GPL')
9 source=(http://mamuti.net/files/netrw/$pkgname-$pkgver.tar.bz2)
10 md5sums=('13715dfe915ee77319da938a8ac99ae7')
12 build() {
13   cd $srcdir/$pkgname-$pkgver
14   ./configure --prefix=/usr
15   make || return 1
16   make prefix=$pkgdir/usr install