wok-next view libuninameslist/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 0e7893ac206d
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libuninameslist"
4 VERSION="0.4.20140731"
5 CATEGORY="misc"
6 SHORT_DESC="A Library of Unicode names and annotation data"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://github.com/fontforge/libuninameslist"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="autoconf automake libtool bash"
15 SPLIT="libuninameslist-dev"
17 compile_rules() {
18 autoreconf -i
19 automake
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libuninameslist) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }