wok-next view gsl/receipt @ rev 19689

Up xaos, cantarell-fonts, giflib, gsl, imlib2, pango
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 12 01:53:29 2017 +0300 (2017-04-12)
parents d1c17bd2c2bc
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="gsl"
4 VERSION="2.3"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure $CONFIGURE_ARGS &&
18 make $MAKEFLAGS &&
19 make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cook_copy_folders bin
26 cook_copy_files *.so*
27 find $fs -name gsl-config -delete
28 }