Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.7.git;a=commitdiff;h=6fde0e89922d600e99816366718582bb40ba2651

commit 6fde0e89922d600e99816366718582bb40ba2651
Author: voroskoi <[EMAIL PROTECTED]>
Date:   Mon Oct 15 19:58:27 2007 +0200

root-tail-1.2-4sayshell1-i686
backported fixes from -current
closes #2474

diff --git a/source/xapps-extra/root-tail/FrugalBuild 
b/source/xapps-extra/root-tail/FrugalBuild
index 8f702ad..baca626 100644
--- a/source/xapps-extra/root-tail/FrugalBuild
+++ b/source/xapps-extra/root-tail/FrugalBuild
@@ -1,13 +1,13 @@
-# Compiling Time: ~0.05 SBU
+# Compiling Time: 0.01 SBU
# Maintainer: voroskoi <[EMAIL PROTECTED]>

pkgname=root-tail
pkgver=1.2
-pkgrel=3
+pkgrel=4sayshell1
pkgdesc="root-tail displays logfiles in different colours"
url="http://www.goof.com/pcg/marc/root-tail.html";
depends=('libxext')
-makedepends=('imake' 'rman' 'xproto')
+makedepends=('imake' 'rman' 'gccmakedep')
groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump $url |grep root-tail.*tar |sed -n 
's/.*-tail-\(.*\)\.t.*/\1/;1 p'"
@@ -17,9 +17,8 @@ sha1sums=('1f40a0dcb837906deda1d84d1902c27eb6377e91')
build()
{
Fcd
-
-       xmkmf -a
-       make || return 1
-       make DESTDIR=$Fdestdir install || return 1
-       make DESTDIR=$Fdestdir install.man || return 1
+       xmkmf -a || Fdie
+       Fmake
+       make DESTDIR=$Fdestdir install || Fdie
+       make DESTDIR=$Fdestdir install.man || Fdie
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to