wok view exempi-dev/receipt @ rev 21686
updated ploticus (2.40 -> 2.42)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 02 17:14:48 2019 +0100 (2019-06-02) |
parents | fc9203de5ff2 |
children | b14bb06fb621 |
line source
1 # SliTaz package receipt.
3 PACKAGE="exempi-dev"
4 VERSION="2.1.1"
5 CATEGORY="libdevel"
6 LICENSE="GPL3"
7 SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)."
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="https://libopenraw.freedesktop.org/wiki/Exempi/"
10 WANTED="exempi"
11 DEPENDS="exempi pkg-config"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/include
17 cp -a $install/usr/lib/*.la $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include/* $fs/usr/include
20 }