wok-next view liblouis/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 4396aed7eb01
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="liblouis"
4 VERSION="2.5.2-3"
5 CATEGORY="utilities"
6 SHORT_DESC="Open-source braille translator and back-translator"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://code.google.com/p/liblouis/"
11 TARBALL="$PACKAGE-${VERSION:0:5}.tar.gz"
12 WGET_URL="http://liblouis.googlecode.com/files/$TARBALL"
14 BUILD_DEPENDS="python-dev"
15 SPLIT="liblouis-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 liblouis)
29 copy @std
30 DEPENDS="glibc"
31 SUGGESTED="help2man"
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 }