wok-next diff exempi-dev/receipt @ rev 17237
postfix, apache lighttpd-ssl, nginx: CVE-2014-3566
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 18 14:11:33 2014 +0200 (2014-10-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/exempi-dev/receipt Sat Oct 18 14:11:33 2014 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="exempi-dev" 1.7 +VERSION="2.1.1" 1.8 +CATEGORY="libdevel" 1.9 +LICENSE="GPL3" 1.10 +SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)." 1.11 +MAINTAINER="yuripourre@gmail.com" 1.12 +WEB_SITE="http://libopenraw.freedesktop.org/wiki/Exempi/" 1.13 +WANTED="exempi" 1.14 +DEPENDS="exempi" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib $fs/usr/include 1.20 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/include/* $fs/usr/include 1.23 +}