wok-next diff ncurses-examples/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 c5fbf291c0d0
children e3681453b45c
line diff
     1.1 --- a/ncurses-examples/receipt	Thu Sep 11 19:34:50 2014 +0100
     1.2 +++ b/ncurses-examples/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  	./configure \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11 @@ -27,4 +28,3 @@
    1.12      	mkdir -p $fs/usr
    1.13      	cp -a $install/usr/bin $fs/usr
    1.14  }
    1.15 -