wok-next view libgnutls/receipt @ rev 6891
Fixed cups. Needed to add --enable-dbus and --with-dbusdir=/etc/dbus-1 for there to be a /etc/dbus-1 folder to copy to package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 02:47:40 2010 +0000 (2010-10-21) |
parents | 9bcb6ea89636 |
children | 3f8efb7eb107 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libgnutls"
4 VERSION="2.10.2"
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 }