wok view libgnutls/receipt @ rev 17127

libQtGui: if no exists write ~/.config/Trolltech.conf
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Sep 09 00:43:00 2014 +0200 (2014-09-09)
parents 2b9f96603415
children 838687a9dc32
line source
1 # SliTaz package receipt.
3 PACKAGE="libgnutls"
4 VERSION="2.12.14"
5 CATEGORY="security"
6 SHORT_DESC="GNU Transport Layer Security Library headers"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="gnutls"
10 WEB_SITE="http://www.gnu.org/software/gnutls/"
11 HOST_ARCH="i486 arm"
13 BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev"
14 DEPENDS="p11-kit"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.so* $fs/usr/lib
21 }