wok-next diff qastools/receipt @ rev 21382

updated nbd (3.3 -> 3.20)
author Hans-G?nter Theisgen
date Thu Apr 16 17:27:00 2020 +0100 (2020-04-16)
parents 6befec62b46c
children
line diff
     1.1 --- a/qastools/receipt	Thu Aug 30 10:49:57 2018 +0300
     1.2 +++ b/qastools/receipt	Thu Apr 16 17:27:00 2020 +0100
     1.3 @@ -3,13 +3,13 @@
     1.4  PACKAGE="qastools"
     1.5  VERSION="0.17.2"
     1.6  CATEGORY="multimedia"
     1.7 -SHORT_DESC="QasTools is a collection of desktop applications for the ALSA"
     1.8 +SHORT_DESC="Collection of desktop applications for the ALSA"
     1.9  MAINTAINER="al.bobylev@gmail.com"
    1.10  LICENSE="GPL3"
    1.11 -WEB_SITE="http://xwmw.org/qastools/index.html"
    1.12 +WEB_SITE="https://xwmw.org/qastools/index.html"
    1.13  
    1.14  TARBALL="${PACKAGE}_$VERSION.tar.xz"
    1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
    1.16 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17  
    1.18  BUILD_DEPENDS="cmake Qt4-dev qmake alsa-lib-dev"
    1.19  SPLIT="qasmixer"
    1.20 @@ -17,8 +17,11 @@
    1.21  COOKOPTS="!menus"
    1.22  
    1.23  compile_rules() {
    1.24 -	mkdir build; cd build
    1.25 -	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.26 +	mkdir build
    1.27 +	cd    build
    1.28 +	cmake \
    1.29 +		-DCMAKE_INSTALL_PREFIX=/usr \
    1.30 +		.. &&
    1.31  	make &&
    1.32  	make DESTDIR=$install install
    1.33  }