wok-6.x view exempi-dev/receipt @ rev 19568
Up qt4 (4.8.7)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Dec 22 15:11:17 2016 +0100 (2016-12-22) |
parents | |
children | fc9203de5ff2 |
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="http://libopenraw.freedesktop.org/wiki/Exempi/"
10 WANTED="exempi"
11 DEPENDS="exempi"
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 }