milis/talimatname/genel/l/libglade/talimat

24 lines
622 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: GLADE kullanıcı arabirimi oluşturucusundaki C kaynak çıkış rutinlerine benzer bir iş gerçekleştiren bir kütüphanedir.
# URL: http://www.jamesh.id.au/software/libglade/
# Paketçi: milisarge
# Gerekler: gtk2 libxml2
# Grup: kütüphane
isim=libglade
surum=2.6.4
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
sed -i '/DG_DISABLE_DEPRECATED/d' glade/Makefile.in
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}