wok-current diff libvips-dev/receipt @ rev 23919
Add plop
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 19 13:03:10 2020 +0000 (2020-08-19) |
parents | 5205cc73d006 |
children | c467c00d68dd |
line diff
1.1 --- a/libvips-dev/receipt Wed Mar 20 17:16:13 2019 +0100 1.2 +++ b/libvips-dev/receipt Wed Aug 19 13:03:10 2020 +0000 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libvips-dev" 1.7 -VERSION="8.7.4" 1.8 +VERSION="8.9.1" 1.9 CATEGORY="development" 1.10 +SHORT_DESC="An image processing library, development files." 1.11 +MAINTAINER="yuripourre@gmail.com" 1.12 LICENSE="LGPL2.1" 1.13 -SHORT_DESC="An image processing library, devel files." 1.14 WEB_SITE="https://libvips.github.io/libvips/" 1.15 -MAINTAINER="yuripourre@gmail.com" 1.16 -WANTED="libvips" 1.17 1.18 DEPENDS="libvips pkg-config" 1.19 +WANTED="libvips" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/lib $fs/usr/include 1.25 - cp -a $install/usr/lib/*.a $fs/usr/lib 1.26 - cp -a $install/usr/lib/*.la $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 - cp -a $install/usr/include $fs/usr 1.29 + mkdir -p $fs/usr/lib 1.30 + mkdir -p $fs/usr/include 1.31 + 1.32 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.33 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.34 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.35 + cp -a $install/usr/include $fs/usr 1.36 }