wok-next view libtasn1/receipt @ rev 19693

Add: gcr, oniguruma; remove: nano-doc; up: apr, fribidi, jasper, libgphoto2, libmtp, libunique, libwebp, nano, pcre, apr, apr-util, aspell*, glib-networking, gnutls, gsettings-desktop-schemas, gtk+, gtk+3, gvfs*, libexif, libfm, libgnutls, libmng, libraw, libsoup, libtasn1, libusb, libwebp, lxmenu-data, menu-cache, mysql, newt, p11-kit, pcre, popt, postgresql, slang, which
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 21 14:48:05 2017 +0300 (2017-04-21)
parents d2af45554821
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="libtasn1"
4 VERSION="4.9"
5 CATEGORY="security"
6 SHORT_DESC="Library for ASN.1 and DER manipulation"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://www.gnu.org/software/libtasn1/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 # Package failed to build when optimized for size
19 export CFLAGS=${CFLAGS/-Os/-O2}
21 ./configure \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 make && make install
26 make -C doc/reference install-data-local
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cook_copy_folders bin
33 cook_copy_files *.so*
34 }