wok-stable view libgnutls/receipt @ rev 6616

Fixed mercurial. Need pyconfig.h for mercurial to work. So i added this to python package since pyconfig.h maybe need for more python programs. I also removed all .pyc and .pyo files from python. Removed about 4mb from python by doing that.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 09 20:49:19 2010 +0000 (2010-10-09)
parents c608231ea870
children 4fe0f05d8aef
line source
1 # SliTaz package receipt.
3 PACKAGE="libgnutls"
4 VERSION="2.8.6"
5 CATEGORY="security"
6 SHORT_DESC="GNU Transport Layer Security Library headers"
7 MAINTAINER="erjo@slitaz.org"
8 BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev"
9 WANTED="gnutls"
10 WEB_SITE="http://www.gnu.org/software/gnutls/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/libgnutls.so* $fs/usr/lib
17 }