opt/libgmp/Pkgfile

17 lines
413 B
Plaintext

# Description: Free library for arbitrary precision arithmetic
# URL: http://www.swox.com/gmp/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=libgmp
version=4.2.2
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 -rf $PKG/usr/info
}