From 6d908a38e05b9d4135c65d23114a5874215b5bb8 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 11 Dec 2010 19:15:23 +0100 Subject: Engagement initial. --- libgmp/Pkgfile.old | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libgmp/Pkgfile.old (limited to 'libgmp/Pkgfile.old') diff --git a/libgmp/Pkgfile.old b/libgmp/Pkgfile.old new file mode 100644 index 0000000..0a7a46d --- /dev/null +++ b/libgmp/Pkgfile.old @@ -0,0 +1,18 @@ +# 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.0.1 +release=1 +source=(ftp://ftp.gnu.org/gnu/gmp/gmp-$version.tar.bz2) + +build() { + cd gmp-$version + ABI=32 ./configure --prefix=/usr \ + --enable-cxx \ + --build=i686-pc-linux-gnu + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share +} -- cgit v1.2.3-70-g09d2