milis/talimatname/genel/l/libgovirt/talimat

21 lines
522 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: 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
}