wok-6.x annotate libvips-dev/receipt @ rev 24848
updated libvips and libvips-dev (8.9.1 -> 8.12.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 25 16:44:48 2022 +0100 (2022-03-25) |
parents | e6b1efdc1eea |
children |
rev | line source |
---|---|
yuripourre@18993 | 1 # SliTaz package receipt. |
yuripourre@18993 | 2 |
yuripourre@18993 | 3 PACKAGE="libvips-dev" |
Hans-G?nter@24848 | 4 VERSION="8.12.2" |
yuripourre@18993 | 5 CATEGORY="development" |
Hans-G?nter@23118 | 6 SHORT_DESC="An image processing library, development files." |
Hans-G?nter@23118 | 7 MAINTAINER="yuripourre@gmail.com" |
yuripourre@18993 | 8 LICENSE="LGPL2.1" |
Hans-G?nter@24848 | 9 WEB_SITE="https://www.libvips.org" |
yuripourre@18993 | 10 |
pascal@19774 | 11 DEPENDS="libvips pkg-config" |
Hans-G?nter@23118 | 12 WANTED="libvips" |
yuripourre@18993 | 13 |
yuripourre@18993 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
yuripourre@18993 | 15 genpkg_rules() |
yuripourre@18993 | 16 { |
Hans-G?nter@24848 | 17 get_dev_files |
yuripourre@18993 | 18 } |