Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=4dac077ec80c45803229d1622a984ec027c217f0
commit 4dac077ec80c45803229d1622a984ec027c217f0 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Jun 17 00:47:52 2008 +0200 ftgl-2.1.2-3-i686 - moved to extra - removed xorg6 reference - minimal cleanup diff --git a/source/xlib-extra/ftgl/FrugalBuild b/source/xlib-extra/ftgl/FrugalBuild new file mode 100644 index 0000000..5d5634d --- /dev/null +++ b/source/xlib-extra/ftgl/FrugalBuild @@ -0,0 +1,26 @@ +# Compiling Time: ~0.25 SBU +# Maintainer: Zsolt Szalai <[EMAIL PROTECTED]> + +pkgname=ftgl +pkgver=2.1.2 +pkgrel=3 +pkgdesc="Library to render text in OpenGL using FreeType" +url="http://homepages.paradise.net.nz/henryj/code/index.html" +makedepends=('libx11' 'mesa' 'libxmu' 'freeglut') +depends=('freetype2') +groups=('xlib-extra') +archs=('i686' 'x86_64') +up2date="lynx -dump http://homepages.paradise.net.nz/henryj/code/index.html#FTGL|grep 'Current stable'|cut -d '(' -f 2 | cut -d ')' -f 1" +source=("http://opengl.geek.nz/ftgl/ftgl-$pkgver.tar.gz" 'ftgl.diff') +sha1sums=('61a019ba610351c346cd29cfa1bb12e7517475f5' \ + '86f6909833ef0e78acefe30386c3d16d251a011e') + +build() { + patch $startdir/src/FTGL/unix/docs/Makefile <$startdir/ftgl.diff + cd $startdir/src/FTGL/unix + ./configure --prefix=/usr --with-glut-lib=/usr/lib --with-pic + make || return 1 + make prefix=$startdir/pkg/usr install +} + +# optimization OK diff --git a/source/xlib-extra/ftgl/ftgl.diff b/source/xlib-extra/ftgl/ftgl.diff new file mode 100644 index 0000000..257e39b --- /dev/null +++ b/source/xlib-extra/ftgl/ftgl.diff @@ -0,0 +1,10 @@ +--- src/FTGL/unix/docs/Makefile 2003-03-06 11:22:54.000000000 +0100 ++++ Makefile 2004-11-08 13:35:03.000000000 +0100 +@@ -14,6 +14,7 @@ + + install-local: doc + $(INSTALL) -d -m 0755 $(datadir)/doc/$(PACKAGE_NAME)/html ++ tar xzf ../../docs/html.tar.gz + $(INSTALL) -m 0644 html/* $(datadir)/doc/$(PACKAGE_NAME)/html/ + + distclean-local: diff --git a/source/xlib/ftgl/FrugalBuild b/source/xlib/ftgl/FrugalBuild deleted file mode 100644 index 9db2a35..0000000 --- a/source/xlib/ftgl/FrugalBuild +++ /dev/null @@ -1,29 +0,0 @@ -# Compiling Time: ~0.25 SBU -# Maintainer: Zsolt Szalai <[EMAIL PROTECTED]> - -pkgname=ftgl -pkgver=2.1.2 -pkgrel=3 -pkgdesc="Library to render text in OpenGL using FreeType" -url="http://homepages.paradise.net.nz/henryj/code/index.html" -makedepends=('libx11' 'mesa' 'libxmu' 'glut') -depends=('freetype2') -groups=('xlib') -archs=('i686' 'x86_64') -up2date="lynx -dump http://homepages.paradise.net.nz/henryj/code/index.html#FTGL|grep 'Current stable'|cut -d '(' -f 2 | cut -d ')' -f 1" -source=("http://opengl.geek.nz/ftgl/ftgl-$pkgver.tar.gz" 'ftgl.diff') -sha1sums=('61a019ba610351c346cd29cfa1bb12e7517475f5' \ - '86f6909833ef0e78acefe30386c3d16d251a011e') - -build() { - patch $startdir/src/FTGL/unix/docs/Makefile <$startdir/ftgl.diff - cd $startdir/src/FTGL/unix - ./configure --prefix=/usr --with-glut-lib=/usr/X11R6/lib --with-pic - make || return 1 - make prefix=$startdir/pkg/usr install -# mkdir -p $startdir/pkg/usr/share/doc/ftgl/html -# cp -R $startdir/src/FTGL/unix/docs/html $startdir/pkg/usr/share/doc/ftgl -} - - -# optimization OK diff --git a/source/xlib/ftgl/ftgl.diff b/source/xlib/ftgl/ftgl.diff deleted file mode 100644 index 257e39b..0000000 --- a/source/xlib/ftgl/ftgl.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- src/FTGL/unix/docs/Makefile 2003-03-06 11:22:54.000000000 +0100 -+++ Makefile 2004-11-08 13:35:03.000000000 +0100 -@@ -14,6 +14,7 @@ - - install-local: doc - $(INSTALL) -d -m 0755 $(datadir)/doc/$(PACKAGE_NAME)/html -+ tar xzf ../../docs/html.tar.gz - $(INSTALL) -m 0644 html/* $(datadir)/doc/$(PACKAGE_NAME)/html/ - - distclean-local: _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
