milis/talimatname/temel/gdbm/talimat

27 lines
480 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: The GDBM package contains the GNU Database Manager.
# URL: http://www.gnu.org/software/gdbm/gdbm.html
# Paketçi: milisarge
# Gerekler:
isim=gdbm
surum=1.11
devir=1
kaynak=(http://ftp.gnu.org/gnu/gdbm/gdbm-$surum.tar.gz)
derle() {
cd gdbm-$surum
./configure --prefix=/usr --libdir=/lib \
--bindir=/bin --enable-libgdbm-compat
make
make check
make BINOWN=root BINGRP=root prefix=$PKG/usr \
libdir=$PKG/lib bindir=$PKG/bin install
rm -rf $PKG/usr/share/info/dir
}