wok-next rev 21652

updated file (5.35 -> 5.39)
author Hans-G?nter Theisgen
date Fri Jun 26 21:02:43 2020 +0100 (2020-06-26)
parents 92b22c1adcf0
children f08244489a36
files file/receipt
line diff
     1.1 --- a/file/receipt	Fri Jun 26 20:55:50 2020 +0100
     1.2 +++ b/file/receipt	Fri Jun 26 21:02:43 2020 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="file"
     1.7 -VERSION="5.35"
     1.8 +VERSION="5.39"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS_std="LFS"
    1.11  SHORT_DESC="Determines file type using 'magic' numbers"
    1.12 -MAINTAINER="devel@slitaz.org"
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="BSD"
    1.15  WEB_SITE="https://github.com/file/file"
    1.16  LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/file.html"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WGET_URL="https://github.com/file/file/archive/FILE${VERSION/./_}.tar.gz"
    1.20 -TARBALL_SHA1="2a00782750d015cf654ace2e53239e02d28c09e9"
    1.21 +# 5.35 TARBALL_SHA1="2a00782750d015cf654ace2e53239e02d28c09e9"
    1.22  
    1.23 -BUILD_DEPENDS="automake libtool zlib-dev python python3"
    1.24 +BUILD_DEPENDS="automake libtool python python3 zlib-dev"
    1.25  SPLIT="libmagic libmagic-dev python-magic python3-magic"
    1.26  
    1.27  COPY_std="file"
    1.28 @@ -32,12 +33,12 @@
    1.29  CAT_python_magic="development|Python2 bindings"
    1.30  CAT_python3_magic="development|Python3 bindings"
    1.31  
    1.32 -TAGS_std="LFS"
    1.33  
    1.34 -compile_rules() {
    1.35 +compile_rules()
    1.36 +{
    1.37  	autoreconf -f -i &&
    1.38 -	./configure \
    1.39 -		--libdir=/usr/lib \
    1.40 +	./configure			\
    1.41 +		--libdir=/usr/lib	\
    1.42  		$CONFIGURE_ARGS &&
    1.43  	fix libtool &&
    1.44  	make &&
    1.45 @@ -55,6 +56,7 @@
    1.46  }
    1.47  
    1.48  # Be sure it as cross compile.
    1.49 -testsuite() {
    1.50 +testsuite()
    1.51 +{
    1.52  	readelf -h $install/usr/bin/file
    1.53  }