wok-current annotate libtasn1/receipt @ rev 18091
slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to garcon-0.3.0.tazpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 22:25:36 2015 +0200 (2015-05-25) |
parents | 8d6f480bf664 |
children | d2af45554821 |
rev | line source |
---|---|
pankso@4358 | 1 # SliTaz package receipt. |
pankso@4358 | 2 |
pankso@4358 | 3 PACKAGE="libtasn1" |
slaxemulator@11114 | 4 VERSION="2.10" |
pankso@4358 | 5 CATEGORY="security" |
pankso@4358 | 6 SHORT_DESC="ASN.1 library." |
pankso@4358 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15482 | 8 LICENSE="GPL3 LGPL2.1" |
pankso@4358 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@4358 | 10 WEB_SITE="http://www.gnu.org/software/libtasn1/" |
pankso@4358 | 11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
pankso@16250 | 12 HOST_ARCH="i486 arm" |
pankso@4358 | 13 |
pankso@4358 | 14 # Rules to configure and make the package. |
pankso@4358 | 15 compile_rules() |
pankso@4358 | 16 { |
pankso@4358 | 17 ./configure \ |
pankso@4358 | 18 $CONFIGURE_ARGS && |
pankso@16250 | 19 make && make install |
pankso@4358 | 20 } |
pankso@4358 | 21 |
pankso@4358 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4358 | 23 genpkg_rules() |
pankso@4358 | 24 { |
pankso@4358 | 25 mkdir -p $fs/usr/lib |
pascal@15482 | 26 cp -a $install/usr/bin $fs/usr |
pascal@15482 | 27 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@4358 | 28 } |