wok view ytnef-dev/receipt @ rev 25026

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 10:39:49 2022 +0000 (2022-05-19)
parents
children ed753a006b24
line source
1 # SliTaz package receipt.
3 PACKAGE="ytnef-dev"
4 VERSION="1.9.3"
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 }