23 lines
600 B
Plaintext
23 lines
600 B
Plaintext
|
# 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
|
|||
|
}
|