diff options
author | Matt Housh <jaeger@morpheus.net> | 2012-11-21 11:12:43 -0600 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2012-11-21 11:12:43 -0600 |
commit | f58de0877c76c9d2faeedc5a37e9a083595bfbe9 (patch) | |
tree | 7aaecd27b8ddf86d5a22917e9227f2437d601b30 /glu-32 | |
parent | 7fe949bb83be5abb275a8a7f7fe77b88ea997592 (diff) | |
download | compat-32-f58de0877c76c9d2faeedc5a37e9a083595bfbe9.tar.gz compat-32-f58de0877c76c9d2faeedc5a37e9a083595bfbe9.tar.xz |
Initial import of *-32 ports for CRUX 3.0
Diffstat (limited to 'glu-32')
-rw-r--r-- | glu-32/.32bit | 0 | ||||
-rw-r--r-- | glu-32/.footprint | 9 | ||||
-rw-r--r-- | glu-32/.md5sum | 1 | ||||
-rw-r--r-- | glu-32/Pkgfile | 18 |
4 files changed, 28 insertions, 0 deletions
diff --git a/glu-32/.32bit b/glu-32/.32bit new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/glu-32/.32bit diff --git a/glu-32/.footprint b/glu-32/.footprint new file mode 100644 index 00000000..aa319b59 --- /dev/null +++ b/glu-32/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib32/ +-rw-r--r-- root/root usr/lib32/libGLU.a +-rwxr-xr-x root/root usr/lib32/libGLU.la +lrwxrwxrwx root/root usr/lib32/libGLU.so -> libGLU.so.1.3.1 +lrwxrwxrwx root/root usr/lib32/libGLU.so.1 -> libGLU.so.1.3.1 +-rwxr-xr-x root/root usr/lib32/libGLU.so.1.3.1 +drwxr-xr-x root/root usr/lib32/pkgconfig/ +-rw-r--r-- root/root usr/lib32/pkgconfig/glu.pc diff --git a/glu-32/.md5sum b/glu-32/.md5sum new file mode 100644 index 00000000..3adee937 --- /dev/null +++ b/glu-32/.md5sum @@ -0,0 +1 @@ +be9249132ff49275461cf92039083030 glu-9.0.0.tar.bz2 diff --git a/glu-32/Pkgfile b/glu-32/Pkgfile new file mode 100644 index 00000000..837b3f68 --- /dev/null +++ b/glu-32/Pkgfile @@ -0,0 +1,18 @@ +# Description: Mesa OpenGL Utility library +# URL: http://www.mesa3d.org +# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu +# Depends on: mesa3d-32, glu + +name=glu-32 +version=9.0.0 +release=1 +source=(ftp://ftp.freedesktop.org/pub/mesa/glu/glu-$version.tar.bz2) + +build() { + cd glu-$version + ./configure --prefix=/usr \ + --libdir=/usr/lib32 + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/include +} |