Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f08f2468ac0450f08c57396d9741f5bb291e439d
commit f08f2468ac0450f08c57396d9741f5bb291e439d Author: Slown <[email protected]> Date: Wed Dec 7 11:54:11 2016 +0100 ncftp-3.2.6-5-x86_64 * fix build * pkg++ diff --git a/source/network-extra/ncftp/FrugalBuild b/source/network-extra/ncftp/FrugalBuild index 35f59cd..f8075cf 100644 --- a/source/network-extra/ncftp/FrugalBuild +++ b/source/network-extra/ncftp/FrugalBuild @@ -3,7 +3,7 @@ pkgname=ncftp pkgver=3.2.6 -pkgrel=4 +pkgrel=5 pkgdesc="Console based FTP client" url="http://www.ncftp.com/" depends=('ncurses>=6.0-15') @@ -13,4 +13,13 @@ up2date="lynx -dump $url/download/|grep src.tar.gz$|sed -n 's/.*-\(.*\)-.*/\1/;1 source=(ftp://ftp.ncftp.com/$pkgname/$pkgname-$pkgver-src.tar.gz) sha1sums=('e2351802b40db18d6cbab2537a9644cd858b934d') +unset CPPFLAGS + +build() { + Fcd + Fconf --prefix=/usr --sysconfdir=/etc + Fmake + make prefix="${Fdestdir}/usr" mandir="${Fdestdir}/usr/share/man" install || Fdie +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
