milis/talimatname/genel/g/gnome-autoar/talimat

18 lines
515 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: Otomatik arşiv oluşturucu ve çıkarıcı kitaplığı
# URL: https://wiki.gnome.org/TingweiLan/GSoC2013Final
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool vala gtk3 gobject-introspection gnome-common glib
isim=gnome-autoar
surum=0.2.2
devir=1
kaynak=(https://download.gnome.org/sources/$isim/0.2/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-gtk-doc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make -j1
make DESTDIR=$PKG install
}