wok diff xvidcore-dev/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 410afe495014
children 983b132bc56b
line diff
     1.1 --- a/xvidcore-dev/receipt	Sun Mar 23 17:16:22 2014 +0100
     1.2 +++ b/xvidcore-dev/receipt	Fri Feb 21 18:28:59 2020 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xvidcore-dev"
     1.7 -VERSION="1.3.2"
     1.8 +VERSION="1.3.5"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution"
    1.11 +SHORT_DESC="XviD, a high performance and quality MPEG-4 video de- and encoding solution - development files."
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://www.xvid.org"
    1.15 -WANTED="xvidcore"
    1.16 -HOST_ARCH="i486 arm"
    1.17 +WEB_SITE="https://www.xvid.com/"
    1.18  
    1.19  DEPENDS="xvidcore"
    1.20 +WANTED="xvidcore"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 +
    1.31 +	cp -a $install/usr/lib/*.a	$fs/usr/lib
    1.32 +	cp -a $install/usr/include	$fs/usr
    1.33  }