mpdecimal: moved to core

This commit is contained in:
Juergen Daubert 2020-06-26 12:13:21 +00:00
parent b1d5c82013
commit 10b78b2cb3
3 changed files with 0 additions and 33 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/mpdecimal.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libmpdec.a
lrwxrwxrwx root/root usr/lib/libmpdec.so -> libmpdec.so.2.4.2
lrwxrwxrwx root/root usr/lib/libmpdec.so.2 -> libmpdec.so.2.4.2
-rwxr-xr-x root/root usr/lib/libmpdec.so.2.4.2

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YMJoKqcUjPhvqBVZMruADQ9dCHFMjV47YpIerq37PAHoQAl0mN8Nctj9Q6cK0nkchwFH7OY7si8LLgY8pBZKwg=
SHA256 (Pkgfile) = cba289ee7516395aa9c4a10a554e2698f161d406e71af87f40c1e33c4dfa063f
SHA256 (.footprint) = 416b3c27022e8888b8893b42e6c7d9cd1f9e930ebf3449479bc8cdc8186f77b9
SHA256 (mpdecimal-2.4.2.tar.gz) = 83c628b90f009470981cf084c5418329c88b19835d8af3691b930afccb7d79c7

View File

@ -1,20 +0,0 @@
# Description: Package for correctly-rounded arbitrary precision decimal floating point arithmetic.
# URL: http://www.bytereef.org/mpdecimal/index.html
# Maintainer: Danny Rawlins, crux at romster dot me
name=mpdecimal
version=2.4.2
release=1
source=(http://www.bytereef.org/software/$name/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
rmdir $PKG/usr/share
}