wok-next view exempi-dev/receipt @ rev 18427

nginx-extras: typo in dependency
author Nathan Neulinger <nneul@neulinger.org>
date Mon Sep 21 12:28:28 2015 +0000 (2015-09-21)
parents
children
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 }