core/libgmp/Pkgfile
Juergen Daubert dc79f9d12f Merge branch '2.8' into 3.0
Conflicts:
	libgmp/.md5sum
	libgmp/Pkgfile
2012-12-20 12:28:18 +01:00

19 lines
483 B
Plaintext

# Description: Free library for arbitrary precision arithmetic
# URL: http://gmplib.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libgmp
version=5.1.0
release=1
source=(ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.xz)
build() {
cd gmp-$version
./configure --prefix=/usr \
--enable-cxx \
--build=x86_64-unknown-linux-gnu
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}