repo/repo/gmp/build

13 lines
213 B
Plaintext
Raw Normal View History

2019-05-18 16:06:11 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--localstatedir=/var/state/gmp \
--enable-cxx \
--with-pic
make
make DESTDIR="$1" install