wok-next view awf/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
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="awf"
4 VERSION="2000-10"
5 CATEGORY="development"
6 SHORT_DESC="The Amazingly Workable Formatter"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="custom"
9 WEB_SITE="http://doc.cat-v.org/henry_spencer/awf/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://doc.cat-v.org/henry_spencer/awf/awf.tar.gz"
14 compile_rules() {
15 dos2unix *
16 make install
17 }
19 testsuite() {
20 make r
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS=""
26 }