wok-current annotate libvips-dev/receipt @ rev 23361
updated perl-locale-gettext (1.05 -> 1.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 10:54:06 2020 +0100 (2020-03-31) |
parents | 5205cc73d006 |
children | c467c00d68dd |
rev | line source |
---|---|
yuripourre@18993 | 1 # SliTaz package receipt. |
yuripourre@18993 | 2 |
yuripourre@18993 | 3 PACKAGE="libvips-dev" |
Hans-G?nter@23118 | 4 VERSION="8.9.1" |
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" |
pascal@21125 | 9 WEB_SITE="https://libvips.github.io/libvips/" |
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@23118 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@23118 | 18 mkdir -p $fs/usr/include |
Hans-G?nter@23118 | 19 |
Hans-G?nter@23118 | 20 cp -a $install/usr/lib/*.a $fs/usr/lib |
Hans-G?nter@23118 | 21 cp -a $install/usr/lib/*.la $fs/usr/lib |
Hans-G?nter@23118 | 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
Hans-G?nter@23118 | 23 cp -a $install/usr/include $fs/usr |
yuripourre@18993 | 24 } |