wok view libassuan-dev/receipt @ rev 23875

Up alpine (2.23), ansible (2.9.10), wordpress (5.4.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 27 16:47:12 2020 +0000 (2020-06-27)
parents 7c7b2aced469
children d75b8343bc3e
line source
1 # SliTaz package receipt.
3 PACKAGE="libassuan-dev"
4 VERSION="2.5.3"
5 CATEGORY="development"
6 SHORT_DESC="IPC library used by some of the other GnuPG related packages - development files."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnupg.org/related_software/libassuan/"
11 DEPENDS="libassuan libgpg-error-dev"
12 WANTED="libassuan"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cp -a $install/* $fs
18 rm -r $fs/usr/lib/*.so*
19 }