CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gdbm: updated to 1.12
[crossrootfs.git] / gdbm / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: GNU database library for C
2# URL: http://www.gnu.org/software/gdbm/gdbm.html
3# Maintainer: CRUX System Team, core-ports at crux dot nu
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6dca1d21
JB
5
6name=gdbm
daef74ea 7version=1.12
4d1afa87 8release=1
6dca1d21
JB
9source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
10
11build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
4d1afa87 15 --prefix=/usr \
4d1afa87
VM
16 --enable-libgdbm-compat
17 make
18 make DESTDIR=$PKG install
334e14ce 19 rm -r $PKG/usr/share/{info,locale}
6dca1d21 20}