wok-current diff lvmts/receipt @ rev 17243
lxqt-themes: add patch
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Oct 18 21:56:26 2014 +0200 (2014-10-18) |
parents | 4aed2b24febc |
children | 9689f1b75619 |
line diff
1.1 --- a/lvmts/receipt Thu Nov 08 09:35:38 2012 +0100 1.2 +++ b/lvmts/receipt Sat Oct 18 21:56:26 2014 +0200 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