wok diff lvmts/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents 4aed2b24febc
children 9689f1b75619
line diff
     1.1 --- a/lvmts/receipt	Thu Nov 08 09:35:38 2012 +0100
     1.2 +++ b/lvmts/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Hierarchical Storage Manager utilizing LVM."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="https://github.com/tomato42/lvmts/"
    1.10  WGET_URL="https://nodeload.github.com/tomato42/lvmts/tarball/$GITHASH"
    1.11 @@ -17,7 +18,7 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -	make && 
    1.16 +	make -j 1 && 
    1.17  	for i in lvmtscd lvmtscat lvmls lvmtsd lvmdefrag ; do
    1.18  		install -D -m 755 $i $DESTDIR/usr/sbin/$i
    1.19  	done