milis/talimatname/genel/gsl/talimat

19 lines
410 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.

# Description: Bilimsel Kütüphane (GSL), C ve C ++ programcıları için sayısal bir kütüphanedir.
# URL: http://www.gnu.org/software/gsl/
# Packager: milisarge
# Depends on:
name=gsl
version=2.1
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
}