FrugalBuild updated & patch attached.

Pingax


Le 08/11/2010 10:11, Pingax a écrit :
(Sorry for the off-list message vmiklos, I clicked on the bad button :( )
                
                ----- Original Message -----
                From: Pingax pin...@frugalware.fr
                To: "Miklos Vajna" vmik...@frugalware.org
                Sent: lun 08/11/10 09:44
                Subject: Fwd: Re: [Frugalware-devel] [New Package] ncdu

<hi>Ok, i'll update it this evening.

Thanks for the compliment :)

Pingax


  Le dim 07/11/10 21:51, Miklos Vajna vmik...@frugalware.org a écrit:
On Sun, Nov 07, 2010 at 06:11:10PM +0100, Pingax
  wrote:
diff --git a/source/apps-extra/ncdu/FrugalBuild
b/source/apps-extra/ncdu/FrugalBuild
new file mode 100644
index 0000000..6aeae6f
--- /dev/null
+++ b/source/apps-extra/ncdu/FrugalBuild
@@ -0,0 +1,17 @@
+# Compiling Time: 0.04 SBU
+# Maintainer: no maintainer yet
+# Contributor: Pingax
+
+pkgname=ncdu
+pkgver=1.7
+pkgrel=1
+pkgdesc="Tool which shows space used by folder in Ncurses"
+url="http://dev.yorhel.nl/ncdu";
+groups=('apps-extra')
+depends=('ncurses')
+archs=('i686')
+up2date=("Flasttar $url")
+source=http://yorhel.nl/download/-.tar.gz
+sha1sums=('56fae723a6fe07b05731f111c53f9631a93989f6')
The only style issue I see is that we prefer using

source=(foo)

instead of

source=foo

as it makes the process of adding a second source more intuitive.

Otherwise looks fine.

Keep up the good work! :) (I'm rather happy about your patches
require
less and less review.)

_______________________________________________
Frugalware-devel mailing list
Frugalware-devel@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-devel [3]



Links:
------
[1]
http://mail.gandi.net/parse.php?redirect=http%3A%2F%2Fdev.yorhel.nl%2Fncdu%

22%0D%3C%2Ffont[2]
http://mail.gandi.net/parse.php?redirect=http%3A%2F%2Fyorhel.nl%2Fdownload%

2F%24pkgname-%24pkgver.tar.gz%0D%3C%2Ffont[3]
http://mail.gandi.net/parse.php?redirect=http%3A%2F%2Ffrugalware.org%2Fmail

man%2Flistinfo%2Ffrugalware-devel



_______________________________________________
Frugalware-devel mailing list
Frugalware-devel@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-devel

From 3718528b31ca5ae839953387f722540a99b280fc Mon Sep 17 00:00:00 2001
From: Pingax <pin...@frugalware.fr>
Date: Tue, 9 Nov 2010 08:26:55 +0100
Subject: [PATCH] ncdu-1.7-1-i686
        * New package

---
 source/apps-extra/ncdu/FrugalBuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/apps-extra/ncdu/FrugalBuild 
b/source/apps-extra/ncdu/FrugalBuild
index 6aeae6f..d3b3d49 100644
--- a/source/apps-extra/ncdu/FrugalBuild
+++ b/source/apps-extra/ncdu/FrugalBuild
@@ -1,4 +1,4 @@
-# Compiling Time: 0.04 SBU
+# Compiling Time: 0.02 SBU
 # Maintainer: no maintainer yet
 # Contributor: Pingax <pin...@frugalware.fr>
 
@@ -11,7 +11,7 @@ groups=('apps-extra')
 depends=('ncurses')
 archs=('i686')
 up2date=("Flasttar $url")
-source=http://yorhel.nl/download/$pkgname-$pkgver.tar.gz
+source=("http://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz";)
 sha1sums=('56fae723a6fe07b05731f111c53f9631a93989f6')
 
 # optimization OK
-- 
1.7.3.2

_______________________________________________
Frugalware-devel mailing list
Frugalware-devel@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to