contrib/gsl/Pkgfile
John McQuah fc5ba76e81 cairomm, gsl, potrace, inkscape: adopted
gsl, potrace: adopted

inkscape: adopted
2023-03-05 22:58:39 -05:00

22 lines
414 B
Plaintext

# Description: A numerical library for C and C++ programmers.
# URL: http://www.gnu.org/software/gsl/
# Maintainer: John McQuah, jmcquah at disroot dot org
name=gsl
version=2.7.1
release=1
source=(https://ftp.gnu.org/gnu/gsl/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info \
$PKG/usr/lib/*.la
}