polyml.paketlendi

This commit is contained in:
milisbir 2017-09-03 03:02:42 +03:00
parent aac4c972e0
commit d635706fb8
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: standart ML derleyicisinin güncel gerçeklemesi
# URL: http://www.polyml.org
# Packager: milisarge
# Depends on: libffi
name=polyml
version=5.7
release=1
source=(https://github.com/${name}/${name}/archive/v${version}.tar.gz::$name-$version.tar.gz)
build() {
cd "$SRC/$name-$version"
./configure --prefix=/usr --without-x --with-system-libffi --with-gmp --enable-shared
make
make -k check
make DESTDIR="$PKG/" install
}