wok-next diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mpc-library-dev/receipt Sat Mar 04 17:31:46 2017 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="mpc-library-dev" 1.7 +VERSION="1.0.3" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="MPC is a C library for the arithmetic of complex numbers." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://www.multiprecision.org/" 1.13 +HOST_ARCH="i486 arm" 1.14 + 1.15 +WANTED="mpc-library" 1.16 +DEPENDS="mpc-library mpfr-dev gmp-dev" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + cook_copy_files *.h *.la 1.22 +}