milis/talimatname/genel/j/js1/talimat

27 lines
760 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: JavaScript yorumlayıcı ve kitaplıkları
# URL: https://developer.mozilla.org/En/SpiderMonkey/1.8.5
# Paketçi: milisarge
# Gerekler: libffi nspr zip python
# Grup: kütüphane
isim=js1
surum=17.0.0
devir=1
kaynak=( http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$surum.tar.gz )
derle() {
cd mozjs$surum/js/src
sed -i 's/(defined\((@TEMPLATE_FILE)\))/\1/' config/milestone.pl
./configure --prefix=/usr \
--enable-readline \
--enable-threadsafe \
--with-system-ffi \
--with-system-nspr
make
make DESTDIR=$PKG install
find $PKG/usr/include/js-17.0/ \
$PKG/usr/lib/libmozjs-17.0.a \
$PKG/usr/lib/pkgconfig/mozjs-17.0.pc \
-type f -exec chmod -v 644 {} \;
}