Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add (not yet working) gnutls
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jul 31, 2013
1 parent 5e3dcd4 commit 7e2d5bc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gnutls/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
export CFLAGS="-m64 -pipe -O2 -march=core2"
export CXXFLAGS="${CFLAGS}"
export CPPFLAGS="-I$PREFIX/include"
export LDFLAGS="-L$PREFIX/lib"
./configure --prefix=$PREFIX --without-p11-kit
make
make install
21 changes: 21 additions & 0 deletions gnutls/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
name: gnutls
version: 3.2.1

source:
fn: gnutls-3.2.1.tar.xz
url: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.1.tar.xz

requirements:
build:
- gmp
- nettle 2.7
- zlib
run:
- gmp
- nettle 2.7
- zlib

about:
home: http://www.gnutls.org/
license: GPL

0 comments on commit 7e2d5bc

Please sign in to comment.