wok annotate exempi-dev/receipt @ rev 23420

updated perl-yaml (0.71 -> 1.30)
author Hans-G?nter Theisgen
date Wed Apr 01 07:56:43 2020 +0100 (2020-04-01)
parents a78610b2eb47
children 83d03a36ee6b
rev   line source
yuripourre@16980 1 # SliTaz package receipt.
yuripourre@16980 2
yuripourre@16980 3 PACKAGE="exempi-dev"
Hans-G?nter@22709 4 VERSION="2.5.1"
yuripourre@16980 5 CATEGORY="libdevel"
Hans-G?nter@22709 6 SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform) - development files."
Hans-G?nter@22709 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16980 8 LICENSE="GPL3"
Hans-G?nter@22709 9 WEB_SITE="https://wiki.freedesktop.org/libopenraw/Exempi/"
Hans-G?nter@22709 10
Hans-G?nter@22709 11 DEPENDS="exempi pkg-config"
yuripourre@16980 12 WANTED="exempi"
yuripourre@16980 13
yuripourre@16980 14 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@16980 15 genpkg_rules()
yuripourre@16980 16 {
Hans-G?nter@22709 17 mkdir -p $fs/usr/lib
Hans-G?nter@22709 18 mkdir -p $fs/usr/include
Hans-G?nter@22709 19
Hans-G?nter@22709 20 cp -a $install/usr/lib/*.la $fs/usr/lib
Hans-G?nter@22709 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@22709 22 cp -a $install/usr/include/* $fs/usr/include
yuripourre@16980 23 }