milis/talimatname/genel/o/ocaml-lablgl/talimat

32 lines
859 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: O'Caml kütüphane yöneticisi
2017-04-13 22:15:01 +02:00
# URL: http://projects.camlcity.org/projects/findlib.html
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: ocaml camlp4 xorg-glu xorg-libxi xorg-libxmu
2017-04-13 22:15:01 +02:00
name=ocaml-lablgl
_name=lablgl
version=1.05
release=1
source=(https://forge.ocamlcore.org/frs/download.php/1254/lablgl-$version.tar.gz)
build() {
cd ${_name}-$version
sed 17d Makefile.config.linux.mdk > Makefile.config
make lib
make libopt
make install BINDIR="$PKG/usr/bin/" \
LIBDIR="$PKG/usr/lib/ocaml/" \
DDLDIR="$PKG/usr/lib/ocaml/stublibs/" \
INSTALLDIR="$PKG/usr/lib/ocaml/lablGL/"
install -Dm644 src/lablgl.cmxa "$PKG"/usr/lib/ocaml/lablgl.cmxa
# stublibs kütüphanelerini doğru konumlamak için
mv "$PKG/usr/lib/ocaml/stublibs" /tmp/temp.so
mkdir -p "$PKG/usr/lib/ocaml/stublibs"
mv /tmp/temp.so "$PKG/usr/lib/ocaml/stublibs/dlllablgl.so"
}