Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=213d58149242741847c9c91f9a4cd59f0bcf97b8
commit 213d58149242741847c9c91f9a4cd59f0bcf97b8 Author: Christian Hamar alias krix <[EMAIL PROTECTED]> Date: Tue Oct 30 23:34:26 2007 +0100 ncftp-3.2.1-1-x86_64 * Version bump * Using Fmkdir usr/share/man/man1 in build() coz make install did not create that diff --git a/source/network/ncftp/FrugalBuild b/source/network/ncftp/FrugalBuild index 0cd94ab..3ab2d77 100644 --- a/source/network/ncftp/FrugalBuild +++ b/source/network/ncftp/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix <[EMAIL PROTECTED]> pkgname=ncftp -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc="Console based FTP client" url="http://www.ncftp.com/" @@ -12,6 +12,13 @@ archs=('i686' 'x86_64') up2date="lynx -dump $url/download/|grep src.tar.gz$|sed -n 's/.*-\(.*\)-.*/\1/;1 p'" source=(ftp://ftp.ncftp.com/$pkgname/$pkgname-$pkgver-src.tar.bz2) -# optimization OK +sha1sums=('6c1f19531ade7fbe19174aa48cf5940830ced7f7') +build() { + Fcd + Fmake + # wtf ? why make install cant create this ? :S + Fmkdir /usr/share/man/man1 + Fmakeinstall +} -sha1sums=('708222170df81ed957e4f187213d69ea21e4f7dd') +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
