wok-current annotate libassuan-dev/receipt @ rev 23253
updated ntl (5.5.2 -> 11.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 25 15:08:12 2020 +0100 (2020-03-25) |
parents | 7c7b2aced469 |
children | d75b8343bc3e |
rev | line source |
---|---|
gokhlayeh@9184 | 1 # SliTaz package receipt. |
gokhlayeh@9184 | 2 |
gokhlayeh@9184 | 3 PACKAGE="libassuan-dev" |
Hans-G?nter@23004 | 4 VERSION="2.5.3" |
gokhlayeh@9184 | 5 CATEGORY="development" |
Hans-G?nter@23004 | 6 SHORT_DESC="IPC library used by some of the other GnuPG related packages - development files." |
gokhlayeh@9184 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
pascal@14714 | 8 LICENSE="GPL3" |
al@19226 | 9 WEB_SITE="https://www.gnupg.org/related_software/libassuan/" |
al@19226 | 10 |
Hans-G?nter@23004 | 11 DEPENDS="libassuan libgpg-error-dev" |
pascal@14714 | 12 WANTED="libassuan" |
gokhlayeh@9184 | 13 |
gokhlayeh@9184 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@9184 | 15 genpkg_rules() |
gokhlayeh@9184 | 16 { |
Hans-G?nter@23004 | 17 cp -a $install/* $fs |
Hans-G?nter@23004 | 18 rm -r $fs/usr/lib/*.so* |
gokhlayeh@9184 | 19 } |