wok-next view gsl/receipt @ rev 20405
Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 07 17:39:40 2017 +0200 (2017-12-07) |
parents | f463de72afe3 |
children | d3444352a0af |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gsl"
4 VERSION="2.4"
5 CATEGORY="libdevel"
6 SHORT_DESC="GNU Scientific Library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/gsl/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/gsl.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 SPLIT="gsl-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 make $MAKEFLAGS &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 gsl) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }