[Frugalware-git] interim: ncftp-3.2.1-1-i686

Miklos Vajna vmiklos at frugalware.org
Sun Aug 10 00:31:44 CEST 2008


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=e75c0a0ca386a57c4f0483286f9874f2ea5aebce

commit e75c0a0ca386a57c4f0483286f9874f2ea5aebce
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Sat May 17 17:27:17 2008 +0200

ncftp-3.2.1-1-i686
- moved to extra

diff --git a/source/network-extra/ncftp/FrugalBuild b/source/network-extra/ncftp/FrugalBuild
new file mode 100644
index 0000000..c430aa9
--- /dev/null
+++ b/source/network-extra/ncftp/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: Christian Hamar alias krix <krics at linuxforum.hu>
+
+pkgname=ncftp
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Console based FTP client"
+url="http://www.ncftp.com/"
+depends=('ncurses')
+groups=('network-extra')
+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)
+
+sha1sums=('6c1f19531ade7fbe19174aa48cf5940830ced7f7')
+build() {
+    Fcd
+    Fmake
+    # wtf ? why make install cant create this ? :S
+    Fmkdir /usr/share/man/man1
+    Fmakeinstall
+}
+
+# optimization OK
diff --git a/source/network/ncftp/FrugalBuild b/source/network/ncftp/FrugalBuild
deleted file mode 100644
index 3ab2d77..0000000
--- a/source/network/ncftp/FrugalBuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: Christian Hamar alias krix <krics at linuxforum.hu>
-
-pkgname=ncftp
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Console based FTP client"
-url="http://www.ncftp.com/"
-depends=('ncurses')
-groups=('network')
-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)
-
-sha1sums=('6c1f19531ade7fbe19174aa48cf5940830ced7f7')
-build() {
-    Fcd
-    Fmake
-    # wtf ? why make install cant create this ? :S
-    Fmkdir /usr/share/man/man1
-    Fmakeinstall
-}
-
-# optimization OK


More information about the Frugalware-git mailing list