wok-next diff grep/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 90a5eb560fd6
children d5aab818505e
line diff
     1.1 --- a/grep/receipt	Wed Feb 21 19:48:17 2018 +0200
     1.2 +++ b/grep/receipt	Thu Aug 23 07:07:52 2018 +0300
     1.3 @@ -18,11 +18,12 @@
     1.4  	./configure \
     1.5  		--bindir=/bin \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make install
     1.8 +	make &&
     1.9 +	make install
    1.10  }
    1.11  
    1.12  genpkg_rules() {
    1.13  	copy @std
    1.14 -	DEPENDS="pcre"
    1.15 +	DEPENDS="libpcre"
    1.16  	TAGS="LFS"
    1.17  }