milis/talimatname/genel/x/xorg-glu/talimat

18 lines
372 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: OpenGL Yardımcı Program Kütüphanesi
# URL: http://www.xorg-mesa3d.org
# Paketçi: milisarge
# Gerekler: xorg-mesa
# Grup: kütüphane
_isim=glu
isim=xorg-glu
surum=9.0.0
devir=1
kaynak=(ftp://ftp.freedesktop.org/pub/mesa/${_isim}/${_isim}-$surum.tar.bz2)
derle() {
cd ${_isim}-$surum
./configure --prefix=/usr --disable-static
make DESTDIR=$PKG install
}