wok diff mxml-dev/receipt @ rev 19746

compiz-plugins-extra: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 17:58:28 2017 +0100 (2017-02-18)
parents
children fc9203de5ff2
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mxml-dev/receipt	Sat Feb 18 17:58:28 2017 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mxml-dev"
     1.7 +VERSION="2.8"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Minimal XML - Dom oriented library, development files."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="LGPL2"
    1.12 +WEB_SITE="http://www.minixml.org/"
    1.13 +WANTED="mxml"
    1.14 +
    1.15 +DEPENDS="mxml"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
    1.21 +	cp -a $src/mxml.h $fs/usr/include
    1.22 +	cp -a $src/libmxml.a $fs/usr/lib
    1.23 +	cp -a $src/mxml.pc $fs/usr/lib/pkgconfig
    1.24 +}