wok-next diff solid/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
line diff
     1.1 --- a/solid/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/solid/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="solid"
     1.5  VERSION="5.37.0"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="Solid is a device integration framework"
     1.8 +SHORT_DESC="Device integration framework"
     1.9  MAINTAINER="al.bobylev@gmail.com"
    1.10  LICENSE="LGPL2.1"
    1.11  WEB_SITE="https://github.com/KDE/solid"
    1.12 @@ -13,10 +13,11 @@
    1.13  WGET_URL="http://download.kde.org/stable/frameworks/${VERSION%.*}/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="cmake extra-cmake-modules qt5-dev mesa-dev eudev-dev"
    1.16 -SPLIT="solid-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20 -	mkdir build; cd build
    1.21 +	mkdir build
    1.22 +	cd    build
    1.23  	cmake \
    1.24  		-DCMAKE_BUILD_TYPE=Release \
    1.25  		-DCMAKE_INSTALL_PREFIX=/usr \