wok diff cmatrix/receipt @ rev 19301

astromenace: update bdeps; genpkg_rules is launch without any bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 09 18:39:35 2016 +0200 (2016-07-09)
parents eb8067417980
children 39567aac1197
line diff
     1.1 --- a/cmatrix/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/cmatrix/receipt	Sat Jul 09 18:39:35 2016 +0200
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--infodir=/usr/share/info \
    1.12 @@ -31,4 +31,3 @@
    1.13  	mkdir -p $fs/usr
    1.14  	cp -a $install/usr/bin $fs/usr
    1.15  }
    1.16 -