wok-next diff lvmts/receipt @ rev 20513

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
parents 9689f1b75619
children d5aab818505e
line diff
     1.1 --- a/lvmts/receipt	Tue Dec 30 10:01:09 2014 +0100
     1.2 +++ b/lvmts/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://nodeload.github.com/tomato42/lvmts/tarball/$GITHASH"
     1.5  
     1.6  DEPENDS="lvm2 blktrace libconfuse"
     1.7 -BUILD_DEPENDS="wget lvm2-dev libconfuse"
     1.8 +BUILD_DEPENDS="lvm2-dev libconfuse"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()