wok diff exempi-dev/receipt @ rev 16980

Add exempi and exempi-dev
author Yuri Pourre <yuripourre@gmail.com>
date Thu Aug 07 00:46:10 2014 -0300 (2014-08-07)
parents
children fc9203de5ff2
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/exempi-dev/receipt	Thu Aug 07 00:46:10 2014 -0300
     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 +}