1
0
forked from ports/contrib

allegro4: add dependency glu

This commit is contained in:
Danny Rawlins 2012-11-19 22:15:28 +11:00
parent 783d0127dd
commit 74ad2231e2
2 changed files with 21 additions and 2 deletions

View File

@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rgbmap
-rwxr-xr-x root/root usr/bin/textconv
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/alleggl.h
-rw-r--r-- root/root usr/include/allegro.h
drwxr-xr-x root/root usr/include/allegro/
-rw-r--r-- root/root usr/include/allegro/3d.h
@ -102,6 +103,23 @@ drwxr-xr-x root/root usr/include/allegro/platform/
-rw-r--r-- root/root usr/include/allegro/text.h
-rw-r--r-- root/root usr/include/allegro/timer.h
-rw-r--r-- root/root usr/include/allegro/unicode.h
drwxr-xr-x root/root usr/include/allegrogl/
drwxr-xr-x root/root usr/include/allegrogl/GLext/
-rw-r--r-- root/root usr/include/allegrogl/GLext/gl_ext_alias.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/gl_ext_api.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/gl_ext_defs.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/gl_ext_list.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/glx_ext_alias.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/glx_ext_api.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/glx_ext_defs.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/glx_ext_list.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/wgl_ext_alias.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/wgl_ext_api.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/wgl_ext_defs.h
-rw-r--r-- root/root usr/include/allegrogl/GLext/wgl_ext_list.h
-rw-r--r-- root/root usr/include/allegrogl/alleggl_config.h
-rw-r--r-- root/root usr/include/allegrogl/gl_ext.h
-rw-r--r-- root/root usr/include/allegrogl/gl_header_detect.h
-rw-r--r-- root/root usr/include/jpgalleg.h
-rw-r--r-- root/root usr/include/loadpng.h
-rw-r--r-- root/root usr/include/logg.h
@ -116,6 +134,7 @@ drwxr-xr-x root/root usr/lib/allegro/4.4.2/
lrwxrwxrwx root/root usr/lib/liballeg.so -> liballeg.so.4.4
lrwxrwxrwx root/root usr/lib/liballeg.so.4.4 -> liballeg.so.4.4.2
-rwxr-xr-x root/root usr/lib/liballeg.so.4.4.2
-rw-r--r-- root/root usr/lib/liballeggl.a
-rw-r--r-- root/root usr/lib/libjpgalleg.a
-rw-r--r-- root/root usr/lib/libloadpng.a
-rw-r--r-- root/root usr/lib/liblogg.a

View File

@ -2,11 +2,11 @@
# URL: http://alleg.sourceforge.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on: alsa-lib cmake libidn libpng libvorbis xorg-libxcursor xorg-libxpm xorg-libxxf86dga xorg-libxxf86vm
# Depends on: alsa-lib cmake libidn libpng libvorbis glu xorg-libxcursor xorg-libxpm xorg-libxxf86dga xorg-libxxf86vm
name=allegro4
version=4.4.2
release=1
release=2
source=(http://download.sourceforge.net/alleg/allegro/$version/allegro-$version.tar.gz)
build() {