Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4280b6e3dfd2d37839c9144ead68fb0ef157ac8f

commit 4280b6e3dfd2d37839c9144ead68fb0ef157ac8f
Author: voroskoi <[EMAIL PROTECTED]>
Date:   Mon Oct 15 19:26:43 2007 +0200

root-tail-1.2-4-i686
rebuilt to place files to /usr
fixed makedepends() and build()
closes #2474 in -current

diff --git a/source/xapps-extra/root-tail/FrugalBuild 
b/source/xapps-extra/root-tail/FrugalBuild
index 8f702ad..ed3df55 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=4
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