wok diff lz5-dev/receipt @ rev 23118
updated libvips and libvips-dev (8.7.4 -> 8.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 12 17:43:05 2020 +0100 (2020-03-12) |
parents | 0d2e6c06ec25 |
children |
line diff
1.1 --- a/lz5-dev/receipt Thu Feb 25 15:56:04 2016 +0100 1.2 +++ b/lz5-dev/receipt Thu Mar 12 17:43:05 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lz5-dev" 1.7 -VERSION="1.4.1" 1.8 +VERSION="2.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A modification of LZ4 with a better ratio, delevlopment files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,7 +14,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/ 1.17 + mkdir -p $fs/usr/lib 1.18 cp -a $install/usr/include $fs/usr/ 1.19 - cp -a $install/usr/lib $fs/usr/ 1.20 + cp -a $install/usr/lib/*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 }