wok view libtasn1/receipt @ rev 18150

Up: pcmanfm,libfm(git), libtasn1(4.5)

to exclude builtin libtasn1 from libgnutls* , no more rebuilds needed
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jun 19 19:56:46 2015 +0200 (2015-06-19)
parents 6739a11f9858
children f503aa148b52
line source
1 # SliTaz package receipt.
3 PACKAGE="libtasn1"
4 VERSION="4.5"
5 CATEGORY="security"
6 SHORT_DESC="ASN.1 library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3 LGPL2.1"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.gnu.org/software/libtasn1/"
11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure \
18 $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }