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

Commit

Permalink
Add wget 1.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed May 4, 2014
1 parent 4853746 commit 4d84f14
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
11 changes: 11 additions & 0 deletions wget/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

export CFLAGS="-I$PREFIX/include"
export LDFLAGS="-L$PREFIX/lib"

./configure --prefix=$PREFIX \
--enable-threads=posix \
--with-ssl=openssl

make
make install
28 changes: 28 additions & 0 deletions wget/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package:
name: wget
version: 1.15

source:
fn: wget-1.15.tar.gz
url: http://ftp.gnu.org/gnu/wget/wget-1.15.tar.gz

build:
number: 0

requirements:
build:
- zlib
- openssl
run:
- zlib
- openssl

test:
commands:
- wget --help

about:
home: http://www.gnu.org/software/wget/
license: GPL 3

# vim:set ts=8 sw=2 sts=2 tw=78 et:

0 comments on commit 4d84f14

Please sign in to comment.