wok view arpack-ng-dev/receipt @ rev 22889

updated gst-plugins-base-1.0, gst-plkugins-base-1.0-dev and gst-plugins-good-1.0 (1.10.1 -> 1.16.2)
author Hans-G?nter Theisgen
date Sun Feb 23 07:34:45 2020 +0100 (2020-02-23)
parents dc7a250e4305
children
line source
1 # SliTaz package receipt.
3 PACKAGE="arpack-ng-dev"
4 VERSION="3.7.0"
5 CATEGORY="development"
6 SHORT_DESC="Fortran77 subroutines to solve large scale eigenvalue problems - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/opencollab/arpack-ng/"
11 DEPENDS="arpack-ng pkg-config"
12 WANTED="arpack-ng"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }