New package: mpir-3.0.0
This commit is contained in:
parent
04a77246df
commit
8086e1f2fa
3 changed files with 27 additions and 0 deletions
|
@ -3796,3 +3796,5 @@ libosdCPU.so.3.4.0 OpenSubdiv-3.4.0_1
|
|||
libdino.so.0 dino-0.1.0_1
|
||||
libxmpp-vala.so.0 dino-0.1.0_1
|
||||
libqlite.so.0 dino-0.1.0_1
|
||||
libmpir.so.23 mpir-3.0.0_1
|
||||
libmpirxx.so.8 mpir-3.0.0_1
|
||||
|
|
1
srcpkgs/mpir-devel
Symbolic link
1
srcpkgs/mpir-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
mpir
|
24
srcpkgs/mpir/template
Normal file
24
srcpkgs/mpir/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'mpir'
|
||||
pkgname=mpir
|
||||
version=3.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-cxx"
|
||||
hostmakedepends="m4 which yasm"
|
||||
short_desc="Multiple Precision Integers and Rationals"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="http://mpir.org"
|
||||
distfiles="${homepage}/mpir-${version}.tar.bz2"
|
||||
checksum=52f63459cf3f9478859de29e00357f004050ead70b45913f2c2269d9708675bb
|
||||
|
||||
mpir-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue