milis/talimatname/genel/xorg-glu/talimat

17 lines
359 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: library graphic 3D table OpenGL
# URL: http://www.xorg-mesa3d.org
2017-01-30 02:42:26 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: xorg-mesa
2017-01-30 02:42:26 +01:00
_name=glu
2016-02-24 01:27:23 +01:00
name=xorg-glu
version=9.0.0
release=1
source=(ftp://ftp.freedesktop.org/pub/mesa/${_name}/${_name}-$version.tar.bz2)
2017-01-30 02:42:26 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd ${_name}-$version
./configure --prefix=/usr --disable-static
make DESTDIR=$PKG install
}