wok diff flac-dev/receipt @ rev 23985

linld: up to 60k for header.com
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 28 09:45:01 2020 +0000 (2020-11-28)
parents 2f45bddbfd08
children 67565ccdef88
line diff
     1.1 --- a/flac-dev/receipt	Sat May 07 16:46:59 2016 +0200
     1.2 +++ b/flac-dev/receipt	Sat Nov 28 09:45:01 2020 +0000
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="flac-dev"
     1.7 -VERSION="1.3.0"
     1.8 +VERSION="1.3.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="FLAC stands for Free Lossless Audio Codec dev files."
    1.11 +SHORT_DESC="Free Lossless Audio Codec - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2 LGPL2.1"
    1.14 -WEB_SITE="http://flac.sourceforge.net/"
    1.15 +WEB_SITE="https://xiph.org/flac/"
    1.16 +
    1.17 +DEPENDS="flac libogg-dev pkg-config"
    1.18  WANTED="flac"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="flac pkg-config libogg-dev"
    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/lib/pkgconfig $fs/usr/lib
    1.30 -	cp -a $install/usr/include $fs/usr
    1.31 +
    1.32 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.33 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.34 +	cp -a $install/usr/include		$fs/usr
    1.35  }