forked from ports/contrib
allegro4: add dependency glu
This commit is contained in:
parent
783d0127dd
commit
74ad2231e2
@ -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/rgbmap
|
||||||
-rwxr-xr-x root/root usr/bin/textconv
|
-rwxr-xr-x root/root usr/bin/textconv
|
||||||
drwxr-xr-x root/root usr/include/
|
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
|
-rw-r--r-- root/root usr/include/allegro.h
|
||||||
drwxr-xr-x root/root usr/include/allegro/
|
drwxr-xr-x root/root usr/include/allegro/
|
||||||
-rw-r--r-- root/root usr/include/allegro/3d.h
|
-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/text.h
|
||||||
-rw-r--r-- root/root usr/include/allegro/timer.h
|
-rw-r--r-- root/root usr/include/allegro/timer.h
|
||||||
-rw-r--r-- root/root usr/include/allegro/unicode.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/jpgalleg.h
|
||||||
-rw-r--r-- root/root usr/include/loadpng.h
|
-rw-r--r-- root/root usr/include/loadpng.h
|
||||||
-rw-r--r-- root/root usr/include/logg.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 -> liballeg.so.4.4
|
||||||
lrwxrwxrwx root/root usr/lib/liballeg.so.4.4 -> liballeg.so.4.4.2
|
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
|
-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/libjpgalleg.a
|
||||||
-rw-r--r-- root/root usr/lib/libloadpng.a
|
-rw-r--r-- root/root usr/lib/libloadpng.a
|
||||||
-rw-r--r-- root/root usr/lib/liblogg.a
|
-rw-r--r-- root/root usr/lib/liblogg.a
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
# URL: http://alleg.sourceforge.net/
|
# URL: http://alleg.sourceforge.net/
|
||||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||||
# Packager: sten, nick dot steeves at shaw dot ca
|
# 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
|
name=allegro4
|
||||||
version=4.4.2
|
version=4.4.2
|
||||||
release=1
|
release=2
|
||||||
source=(http://download.sourceforge.net/alleg/allegro/$version/allegro-$version.tar.gz)
|
source=(http://download.sourceforge.net/alleg/allegro/$version/allegro-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user