wok-next annotate mpc-library-dev/receipt @ rev 19658

Up xorg-xf86-video-ati
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 04 17:31:46 2017 +0200 (2017-03-04)
parents
children
rev   line source
al@19570 1 # SliTaz package receipt.
al@19570 2
al@19570 3 PACKAGE="mpc-library-dev"
al@19570 4 VERSION="1.0.3"
al@19570 5 CATEGORY="development"
al@19570 6 SHORT_DESC="MPC is a C library for the arithmetic of complex numbers."
al@19570 7 MAINTAINER="pankso@slitaz.org"
al@19570 8 LICENSE="GPL2"
al@19570 9 WEB_SITE="http://www.multiprecision.org/"
al@19570 10 HOST_ARCH="i486 arm"
al@19570 11
al@19570 12 WANTED="mpc-library"
al@19570 13 DEPENDS="mpc-library mpfr-dev gmp-dev"
al@19570 14
al@19570 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19570 16 genpkg_rules()
al@19570 17 {
al@19570 18 cook_copy_files *.h *.la
al@19570 19 }