wok-next view ytnef/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents 2dd86a72fdf4
children 270c09f6a958
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ytnef"
4 VERSION="1.9.2"
5 CATEGORY="mail"
6 SHORT_DESC="Yeraze's TNEF Stream Reader - for winmail.dat files"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://github.com/Yeraze/ytnef"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/Yeraze/ytnef/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="automake libtool"
15 SPLIT="ytnef-dev"
17 compile_rules() {
18 ./autogen.sh &&
19 autoreconf -fi &&
21 ./configure \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 ytnef) copy @std;;
32 *-dev) copy @dev;;
33 esac
34 }