summaryrefslogtreecommitdiffstats
path: root/libgmp/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'libgmp/Pkgfile.old')
-rw-r--r--libgmp/Pkgfile.old18
1 files changed, 18 insertions, 0 deletions
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
+}