wok-next view libunistring/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 5841522533ec
children e7a485521d6a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libunistring"
4 VERSION="0.9.8"
5 CATEGORY="libdevel"
6 SHORT_DESC="Unicode string library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3 LGPL3 FDL"
9 WEB_SITE="https://www.gnu.org/software/libunistring/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libunistring.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 SPLIT="libunistring-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libunistring) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }