wok-next view discount/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 b81825d54cb6
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="discount"
4 VERSION="2.1.8"
5 CATEGORY="utilities"
6 SHORT_DESC="C implementation of the markdown spec"
7 MAINTAINER="necrophcodr@necrophcodr.me"
8 LICENSE="BSD3"
9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 SPLIT="discount-dev"
16 compile_rules() {
17 ./configure.sh --prefix=/usr &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 discount) copy @std;;
25 *-dev) copy @dev;;
26 esac
27 }