milis/talimatname/genel/c/cjs/talimat

19 lines
530 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: CihanAlkan
# Gerekler: gtk3 gobject-introspection js52 dbus-glib python autoconf-archive gnome-common
# Grup: kütüphane
isim=cjs
surum=3.8.0
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
}