wok annotate libvips-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
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 }