forked from kiss-community/repo
12 lines
170 B
Bash
Executable File
12 lines
170 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--localstatedir=/var/state/gmp \
|
|
--enable-cxx \
|
|
--enable-fat \
|
|
--with-pic
|
|
|
|
make
|
|
make DESTDIR="$1" install
|