wok view gpgme-dev/receipt @ rev 19224

Add bsc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 21 15:47:21 2016 +0200 (2016-06-21)
parents 76193b8835cc
children ac006a7bf27c
line source
1 # SliTaz package receipt.
3 PACKAGE="gpgme-dev"
4 VERSION="1.3.1"
5 CATEGORY="security"
6 SHORT_DESC="C language library that allows to add support for cryptography to a program."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnupg.org/gpgme.html"
10 WANTED="gpgme"
12 DEPENDS="gpgme libassuan-dev libgpg-error-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/share/aclocal $fs/usr/share
22 }