wok-next annotate gsl/receipt @ rev 19805

Update full xorg-* stack (add / upgrade / remove no more compiled packages with this xorg-server), normalize receipts to v2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 16:02:21 2017 +0300 (2017-07-14)
parents ab700369c193
children ab7c63b80420
rev   line source
pankso@3603 1 # SliTaz package receipt.
pankso@3603 2
pankso@3603 3 PACKAGE="gsl"
al@19689 4 VERSION="2.3"
al@19689 5 CATEGORY="libdevel"
al@19689 6 SHORT_DESC="GNU Scientific Library"
pankso@3603 7 MAINTAINER="pankso@slitaz.org"
pascal@15589 8 LICENSE="GPL3"
al@19689 9 WEB_SITE="https://www.gnu.org/software/gsl/"
al@19689 10
pankso@3603 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@3603 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
pankso@3603 13
pankso@3603 14 # Rules to configure and make the package.
pankso@3603 15 compile_rules()
pankso@3603 16 {
al@19689 17 ./configure $CONFIGURE_ARGS &&
al@19689 18 make $MAKEFLAGS &&
al@19689 19 make install
pankso@3603 20 }
pankso@3603 21
pankso@3603 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3603 23 genpkg_rules()
pankso@3603 24 {
al@19783 25 copy bin/ *.so*
al@19689 26 find $fs -name gsl-config -delete
pankso@3603 27 }