milis/talimatname/genel/c/cjs/talimat

18 lines
516 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: Cinnamon için Javascript Bağları
# URL: https://github.com/linuxmint/cjs
# Paketçi: Cihan Alkan
# Gerekler: gtk3 gobject-introspection js38 dbus-glib python gtk3 autoconf-archive gnome-common
isim=cjs
surum=3.6.1
devir=1
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}