wok-next diff i7z/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 9736e603f8a1
children 466bca9334ef
line diff
     1.1 --- a/i7z/receipt	Thu Apr 10 19:08:24 2014 +0000
     1.2 +++ b/i7z/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.8  	make &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }