wok view libassuan-dev/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents 4904e3d374a9
children 7c7b2aced469
line source
1 # SliTaz package receipt.
3 PACKAGE="libassuan-dev"
4 VERSION="2.4.2"
5 CATEGORY="development"
6 SHORT_DESC="IPC library used by some of the other GnuPG related packages (devel files)."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnupg.org/related_software/libassuan/"
11 WANTED="libassuan"
12 DEPENDS="libassuan libgpg-error-dev"
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 }