wok-6.x rev 20919
updated file, libmagic, libmagic-dev, and python-magic (5.30 -> 5.36)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 01 16:28:21 2019 +0100 (2019-03-01) |
parents | 44fa18a72ca0 |
children | 9e09019c3f53 |
files | file/receipt libmagic-dev/receipt libmagic/receipt python-magic/receipt |
line diff
1.1 --- a/file/receipt Thu Feb 28 17:20:51 2019 +0100 1.2 +++ b/file/receipt Fri Mar 01 16:28:21 2019 +0100 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="file" 1.7 -VERSION="5.30" 1.8 +VERSION="5.36" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Determines file type using 'magic' numbers" 1.11 +SHORT_DESC="Determines file type using 'magic' numbers." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://darwinsys.com/file/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://darwinsys.com/file/" 1.18 WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL" 1.19 -HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="zlib libmagic" 1.22 BUILD_DEPENDS="zlib-dev python setuptools" 1.23 +HOST_ARCH="i486 arm" 1.24 1.25 -# Please, update too: libmagic, libmagic-dev, python-magic. 1.26 +# @maintainer: Please, update also: libmagic, libmagic-dev, python-magic. 1.27 1.28 # Handle cross compilation. python is installed in a ARM cook env. 1.29 case "$ARCH" in 1.30 @@ -28,7 +29,8 @@ 1.31 ./configure \ 1.32 --datarootdir=/usr/share \ 1.33 $CONFIGURE_ARGS && 1.34 - make && make install && 1.35 + make -j 1 && 1.36 + make install && 1.37 cd python && 1.38 python setup.py build && 1.39 python setup.py install --root=$DESTDIR
2.1 --- a/libmagic-dev/receipt Thu Feb 28 17:20:51 2019 +0100 2.2 +++ b/libmagic-dev/receipt Fri Mar 01 16:28:21 2019 +0100 2.3 @@ -1,17 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libmagic-dev" 2.7 -VERSION="5.30" 2.8 +VERSION="5.36" 2.9 CATEGORY="development" 2.10 -SHORT_DESC="File type determination library using 'magic' numbers (development)" 2.11 +SHORT_DESC="File type determination library using 'magic' numbers (development)." 2.12 MAINTAINER="erjo@slitaz.org" 2.13 LICENSE="BSD" 2.14 WEB_SITE="https://darwinsys.com/file/" 2.15 + 2.16 WANTED="file" 2.17 +DEPENDS="libmagic" 2.18 HOST_ARCH="i486 arm" 2.19 2.20 -DEPENDS="libmagic" 2.21 - 2.22 # Rules to gen a SliTaz package suitable for Tazpkg. 2.23 genpkg_rules() 2.24 { 2.25 @@ -19,4 +19,3 @@ 2.26 cp -a $install/usr/lib/*.la $fs/usr/lib 2.27 cp -a $install/usr/include $fs/usr 2.28 } 2.29 -
3.1 --- a/libmagic/receipt Thu Feb 28 17:20:51 2019 +0100 3.2 +++ b/libmagic/receipt Fri Mar 01 16:28:21 2019 +0100 3.3 @@ -1,17 +1,17 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libmagic" 3.7 -VERSION="5.30" 3.8 +VERSION="5.36" 3.9 CATEGORY="system-tools" 3.10 -SHORT_DESC="File type determination library using 'magic' numbers" 3.11 +SHORT_DESC="File type determination library using 'magic' numbers." 3.12 MAINTAINER="erjo@slitaz.org" 3.13 LICENSE="BSD" 3.14 WEB_SITE="https://darwinsys.com/file/" 3.15 + 3.16 WANTED="file" 3.17 +DEPENDS="zlib" 3.18 HOST_ARCH="i486 arm" 3.19 3.20 -DEPENDS="zlib" 3.21 - 3.22 # Rules to gen a SliTaz package suitable for Tazpkg. 3.23 genpkg_rules() 3.24 {
4.1 --- a/python-magic/receipt Thu Feb 28 17:20:51 2019 +0100 4.2 +++ b/python-magic/receipt Fri Mar 01 16:28:21 2019 +0100 4.3 @@ -1,14 +1,14 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="python-magic" 4.7 -VERSION="5.30" 4.8 +VERSION="5.36" 4.9 CATEGORY="development" 4.10 -SHORT_DESC="File type determination library using 'magic' numbers (Python bindings)" 4.11 +SHORT_DESC="File type determination library using 'magic' numbers (Python bindings)." 4.12 MAINTAINER="pascal.bellard@slitaz.org" 4.13 LICENSE="BSD" 4.14 WEB_SITE="https://darwinsys.com/file/" 4.15 + 4.16 WANTED="file" 4.17 - 4.18 DEPENDS="file python" 4.19 4.20 # Rules to gen a SliTaz package suitable for Tazpkg. 4.21 @@ -17,4 +17,3 @@ 4.22 mkdir -p $fs/usr/lib 4.23 cp -a $install/usr/lib/python* $fs/usr/lib 4.24 } 4.25 -