wok-next rev 21218
updated blender again (2.75a -> 2.81)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 03 08:43:28 2019 +0100 (2019-12-03) |
parents | 6f5155abbc1b |
children | 1e361ab0d0c7 |
files | blender/receipt blktrace/receipt |
line diff
1.1 --- a/blender/receipt Tue Dec 03 08:32:26 2019 +0100 1.2 +++ b/blender/receipt Tue Dec 03 08:43:28 2019 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL" 1.5 WEB_SITE="https://www.blender.org/" 1.6 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.9 WGET_URL="http://download.blender.org/source/$TARBALL" 1.10 1.11 BUILD_DEPENDS="boost-dev boost-filesystem boost-math boost-math-tr1
2.1 --- a/blktrace/receipt Tue Dec 03 08:32:26 2019 +0100 2.2 +++ b/blktrace/receipt Tue Dec 03 08:43:28 2019 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt v2. 2.5 2.6 PACKAGE="blktrace" 2.7 -VERSION="1.0.5" 2.8 +VERSION="1.2.0" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Block layer IO tracing" 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -13,7 +13,8 @@ 2.13 2.14 BUILD_DEPENDS="libaio-dev" 2.15 2.16 -compile_rules() { 2.17 +compile_rules() 2.18 +{ 2.19 sed -i 's|/usr/local|/usr|' Makefile 2.20 2.21 make DESTDIR=$install install || return 1 2.22 @@ -22,7 +23,8 @@ 2.23 mv $install/usr/man $install/usr/share 2.24 } 2.25 2.26 -genpkg_rules() { 2.27 +genpkg_rules() 2.28 +{ 2.29 copy @std 2.30 DEPENDS="libaio" 2.31 }