milis/talimatname/genel/s/spice-gtk/talimat

23 lines
600 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: SPICE için gtk arayüz uygulaması
# URL: https://www.spice-space.org/
# Paketçi: milisarge
# Gerekler: gobject-introspection spice-protocol usbutils vala gtk3 libcacard libjpeg-turbo pulseaudio opus phodav usbredir
# Grup: ağ
isim=spice-gtk
surum=0.35
devir=1
kaynak=(https://www.spice-space.org/download/gtk/spice-gtk-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-vala \
--with-coroutine=gthread
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="$PKG" install
}