milis/talimatname/genel/n/nettle/talimat.E

21 lines
582 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: Low-level cryptographic library that is designed to fit easily in many contexts.
# URL: http://www.lysator.liu.se/~nisse/nettle/
# Paketçi: tnut at nutyx dot org
name=nettle
version=3.2
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
derle() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chmod -v 755 $PKG/usr/lib/libhogweed.so.4.1 $PKG/usr/lib/libnettle.so.6.1
install -v -m755 -d $PKG/usr/share/doc/nettle-$version
rm -rf $PKG/usr/share/info/dir
install -v -m644 nettle.html $PKG/usr/share/doc/nettle-$version
}