wok diff lzop/receipt @ rev 20075

Up smplayer (17.9.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Sep 25 02:38:29 2017 +0200 (2017-09-25)
parents 7896f0694ef6
children 1cc8dfef2917
line diff
     1.1 --- a/lzop/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/lzop/receipt	Mon Sep 25 02:38:29 2017 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.lzop.org/"
     1.6  WGET_URL="${WEB_SITE}download/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="lzo"
    1.10  BUILD_DEPENDS="lzo-dev"
    1.11 @@ -16,9 +17,8 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	./configure \
    1.19 +		$CONFIGURE_ARGS &&
    1.20  	make
    1.21  }
    1.22