wok-next view ytnef/receipt @ rev 21245
updated cups-filters (1.11.1 -> 1.25.13)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 05 15:55:07 2019 +0100 (2019-12-05) |
parents | 270c09f6a958 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ytnef"
4 VERSION="1.9.3"
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="$PACKAGE-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 }