wok-next view ytnef/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }