wok-next diff libexif/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 6c3718ca17b6
children 4048d48a47c1
line diff
     1.1 --- a/libexif/receipt	Sat Nov 09 17:34:23 2013 +0000
     1.2 +++ b/libexif/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -9,11 +9,11 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://libexif.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		$CONFIGURE_ARGS