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

Commit

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

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

./configure --prefix=$PREFIX
make
make install
21 changes: 21 additions & 0 deletions gdbm/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
name: gdbm
version: 1.11

source:
fn: gdbm-1.11.tar.gz
url: http://ftp.gnu.org/gnu/gdbm/gdbm-1.11.tar.gz
md5: 72c832680cf0999caedbe5b265c8c1bd

build:
number: 0

#test:
# commands:
# - gdbm --help

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

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

0 comments on commit 5e221db

Please sign in to comment.