wok-next diff lsdvd/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 2a5cc8208d36
children d6378d455338
line diff
     1.1 --- a/lsdvd/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/lsdvd/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="libdvdread"
     1.7 -BUILD_DEPENDS="libdvdread-dev"
     1.8 +BUILD_DEPENDS="libdvdread-dev automake"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()