wok-next diff cromfs/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 0ec2dd1a5d7e
children 474eb4a6385a
line diff
     1.1 --- a/cromfs/receipt	Mon Apr 10 09:24:49 2017 +0200
     1.2 +++ b/cromfs/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="http://bisqwit.iki.fi/src/arch/$TARBALL"
     1.5  
     1.6  DEPENDS="fuse lzma lzo libgomp"
     1.7 -BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev pkg-config coreutils-file-format perl"
     1.8 +BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev coreutils-file-format perl"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()