wok diff ytnef-dev/receipt @ rev 23799

created recipes for xcb-util-xrm and xcb-util-xrm-dev
author Hans-G?nter Theisgen
date Sun May 24 07:04:55 2020 +0100 (2020-05-24)
parents
children ed753a006b24
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ytnef-dev/receipt	Sun May 24 07:04:55 2020 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ytnef-dev"
     1.7 +VERSION="1.9.3"
     1.8 +CATEGORY="mail"
     1.9 +SHORT_DESC="Yeraze's TNEF Stream Reader for winmail.dat files - development files."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="https://github.com/Yeraze/ytnef"
    1.13 +
    1.14 +WANTED="ytnef"
    1.15 +
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib
    1.19 +
    1.20 +	cp -a $install/usr/include		$fs/usr
    1.21 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.22 +}