wok-next diff libvncserver/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 6cd6d4cf6628
children fbd490ef13ef
line diff
     1.1 --- a/libvncserver/receipt	Sat Jul 20 13:09:09 2013 +0000
     1.2 +++ b/libvncserver/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="jpeg zlib libssl"
     1.7 -BUILD_DEPENDS="jpeg-dev zlib openssl"
     1.8 +BUILD_DEPENDS="jpeg-dev zlib openssl-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()