opt/libgmp/Pkgfile

17 lines
407 B
Plaintext

# Description: Free library for arbitrary precision arithmetic
# URL: http://gmplib.org/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=libgmp
version=4.2.4
release=1
source=(ftp://ftp.gnu.org/gnu/gmp/gmp-$version.tar.bz2)
build() {
cd gmp-$version
ABI=32 ./configure --prefix=/usr --enable-cxx
make
make DESTDIR=$PKG install
rm -r $PKG/usr/info
}