wok view ytnef-dev/receipt @ rev 25667

Up wordpress (6.4.3), xerces-c (3.2.5), ytnet (2.1.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 12:33:55 2024 +0000 (2 months ago)
parents 8e1bb04468e8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ytnef-dev"
4 VERSION="2.1.2"
5 CATEGORY="mail"
6 SHORT_DESC="Yeraze's TNEF Stream Reader for winmail.dat files - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://github.com/Yeraze/ytnef"
11 WANTED="ytnef"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }