updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ncftp-fs / PKGBUILD
blob6d83106f70e874948298cc65af78481e45d02417
1 # Contributor: H.Gokhan SARI <hsa2@difuzyon.net>
2 pkgname=ncftp-fs
3 pkgver=2.4.3
4 pkgrel=1
5 pkgdesc="ncftp with fullscreen interface"
6 arch=(i686)
7 url="http://www.ncftp.com/"
8 license=('custom')
9 groups=
10 provides=
11 depends=('ncurses')
12 conflicts=('ncftp')
13 replaces=('ncftp')
14 backup=('etc/foo/foo.conf')
15 source=('ftp://ftp.ncftp.com/ncftp/ncftp-2.4.3.tar.gz')
16 md5sums=('5f0f3938037645707fd8e1742ce0e6f8')
18 build() {
19   mkdir -p $pkgdir/usr/bin
20   mkdir -p $pkgdir/usr/man
21   cd $startdir/src/ncftp-$pkgver || return 1
22   ./configure --prefix=/usr --sysconfdir=/etc || return 1
23   make || return 1
24   install -m755 ncftp $pkgdir/usr/bin/ncftp