wok-current annotate libassuan-dev/receipt @ rev 20347
libassuan update: 2.4.2 (2015 Dec) -> 2.5.1 (2017 Dec)
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 10:38:15 2018 +0000 (2018-06-09) |
parents | ac006a7bf27c |
children | accf85e049b4 |
rev | line source |
---|---|
gokhlayeh@9184 | 1 # SliTaz package receipt. |
gokhlayeh@9184 | 2 |
gokhlayeh@9184 | 3 PACKAGE="libassuan-dev" |
erkan@20347 | 4 VERSION="2.5.1" |
gokhlayeh@9184 | 5 CATEGORY="development" |
gokhlayeh@9184 | 6 SHORT_DESC="IPC library used by some of the other GnuPG related packages (devel 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 |
pascal@14714 | 11 WANTED="libassuan" |
al@19226 | 12 DEPENDS="libassuan libgpg-error-dev" |
gokhlayeh@9184 | 13 |
gokhlayeh@9184 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@9184 | 15 genpkg_rules() |
gokhlayeh@9184 | 16 { |
al@19226 | 17 cp -a $install/* $fs |
al@19226 | 18 rm -r $fs/usr/lib/*.so* |
gokhlayeh@9184 | 19 } |