milis/talimatname/genel/xorg-glu/talimat

17 lines
367 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.

# Description: OpenGL Yardımcı Program Kütüphanesi
# URL: http://www.xorg-mesa3d.org
# Packager: milisarge
# Depends on: xorg-mesa
_name=glu
name=xorg-glu
version=9.0.0
release=1
source=(ftp://ftp.freedesktop.org/pub/mesa/${_name}/${_name}-$version.tar.bz2)
build() {
cd ${_name}-$version
./configure --prefix=/usr --disable-static
make DESTDIR=$PKG install
}