milis/talimatname/genel/l/libidl/talimat

21 lines
436 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: CORBA 2.2 IDL ve Netscape'in XPIDL'leri için bir ön uç
# URL: http://www.gnome.org
# Paketçi: milisarge
# Gerekler: glib
# Grup: sistem
isim=libidl
surum=0.8.14
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-$surum.tar.bz2)
derle() {
cd libIDL-$surum
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
}