milis/talimatname/genel/l/libgovirt/talimat
2018-06-09 00:06:58 +02:00

20 lines
522 B
Text
Raw Permalink 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: OVirt REST API'sına erişmek için GObject tabanlı kitaplık
# URL: https://github.com/MBach/Miam-Player
# Paketçi: Cihan Alkan
# Gerekler: librest gnome-common
# Grup: kütüphane
isim=libgovirt
surum=0.3.4
devir=1
kaynak=(https://git.gnome.org/browse/libgovirt/snapshot/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
autoreconf -fvi
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="${PKG}" install
}