[Pkg-cli-libs-commits] [taoframework] 02/91: Initial version of Tao into Debian. This pbuilds correctly but there is a minor bug with three examples.

Jo Shields directhex at moszumanska.debian.org
Mon Sep 22 08:33:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository taoframework.

commit 03d178f24e4dc782213c1f2344d901a04f191c4d
Author: Dylan R. E. Moonfire <debian at mfgames.com>
Date:   Wed Feb 22 22:17:12 2006 +0000

    Initial version of Tao into Debian. This pbuilds correctly but there
    is a minor bug with three examples.
---
 debian/changelog                               |   5 ++
 debian/compat                                  |   1 +
 debian/control                                 | 105 +++++++++++++++++++++++++
 debian/copyright                               |  32 ++++++++
 debian/libtao-devil-cil.install                |   4 +
 debian/libtao-doc.install                      |   1 +
 debian/libtao-examples.install                 |   1 +
 debian/libtao-freeglut-cil.install             |   4 +
 debian/libtao-ode-cil.install                  |   4 +
 debian/libtao-openal-cil.install               |   4 +
 debian/libtao-opengl-cil.install               |   6 ++
 debian/libtao-opengl-glu-cil.install           |   4 +
 debian/libtao-physfs-cil.install               |   4 +
 debian/libtao-sdl-cil.install                  |   4 +
 debian/patches/00list                          |   5 ++
 debian/patches/01-correct-sdl-config.dpatch    |  27 +++++++
 debian/patches/02-correct-devil-config.dpatch  |  19 +++++
 debian/patches/03-correct-physfs-config.dpatch |  17 ++++
 debian/patches/04-correct-openal-config.dpatch |  15 ++++
 debian/patches/05-correct-ode-config.dpatch    |  15 ++++
 debian/rules                                   |  84 ++++++++++++++++++++
 debian/tao-cg.pc                               |   8 ++
 debian/tao-devil.pc                            |   8 ++
 debian/tao-freeglut.pc                         |   9 +++
 debian/tao-glfw.pc                             |   9 +++
 debian/tao-ode.pc                              |   8 ++
 debian/tao-openal.pc                           |   8 ++
 debian/tao-opengl-glu.pc                       |   9 +++
 debian/tao-opengl.pc                           |   8 ++
 debian/tao-physfs.pc                           |   8 ++
 debian/tao-sdl.pc                              |   8 ++
 31 files changed, 444 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4e7bbed
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtao-cil (1.2.0+r57159-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Dylan R. E. Moonfire <debian at mfgames.com>  Wed, 22 Feb 2006 10:07:17 -0600
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e0917a6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,105 @@
+Source: libtao-cil
+Section: libs
+Priority: optional
+Maintainer: Dylan R. E. Moonfire <debian at mfgames.com>
+Build-Depends-Indep: debhelper (>= 5.0.0), cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac, libmono-dev, libopenal-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl1.2-dev, libsmpeg-dev, libode0-dev, libdevil-dev, libglut3-dev, libphysfs-dev, freeglut3-dev, libglu1-xorg-dev | libglu1-dev, xlibmesa-gl-dev | libgl1-mesa-dev, dpatch
+Standards-Version: 3.6.2.2
+
+Package: libtao-examples
+Architecture: all
+Depends: ${cli:Depends}
+Description: Libraries for game-related development on .NET platforms
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
+
+Package: libtao-doc
+Architecture: all
+Description: Documentation for all the Tao libraries
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
+
+Package: libtao-opengl-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: OpenGL library for game-related development on .NET platforms
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
+
+Package: libtao-opengl-glu-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: OpenGL GLU library for game-related development on .NET platforms
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
+
+Package: libtao-openal-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: OpenAL library for game-related development on .NET platforms
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
+
+Package: libtao-devil-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: DevIL library for game-related development on .NET platforms
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
+
+Package: libtao-ode-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: ODE library for game-related development on .NET platforms
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
+
+Package: libtao-sdl-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: SDL library for game-related development on .NET platforms
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
+
+Package: libtao-freeglut-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: FreeGlut library for game-related development on .NET platforms
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
+
+Package: libtao-physfs-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: PhysFs library for game-related development on .NET platforms
+ The Tao Framework is a collection of bindings and libraries to
+ facilitate cross-platform games-related development utilizing the Mono
+ and .NET platforms.
+ .
+ From http://www.mono-project.com/Tao
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6540459
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+This package was debianized by Dylan R. E. Moonfire <debian at mfgames.com> on
+Fri, 22 Feb 2006 15:48:04 -0600.
+
+It was downloaded from the Mono SVN.
+
+Copyright: Copyright (C) 2003-2005 Tao Framework Team
+
+Upstream Authors: Tao Framework Team
+
+License:
+MIT License
+Copyright �2003-2005 Tao Framework Team
+http://www.taoframework.com
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/debian/libtao-devil-cil.install b/debian/libtao-devil-cil.install
new file mode 100644
index 0000000..3f303e9
--- /dev/null
+++ b/debian/libtao-devil-cil.install
@@ -0,0 +1,4 @@
+usr/share/pkgconfig/tao-devil.pc
+usr/lib/tao/Tao.DevIl.dll
+usr/lib/tao/Tao.DevIl.dll.config
+usr/lib/mono/gac/Tao.DevIl
diff --git a/debian/libtao-doc.install b/debian/libtao-doc.install
new file mode 100644
index 0000000..d58d292
--- /dev/null
+++ b/debian/libtao-doc.install
@@ -0,0 +1 @@
+usr/share/doc/libtao-doc/
diff --git a/debian/libtao-examples.install b/debian/libtao-examples.install
new file mode 100644
index 0000000..7cef30d
--- /dev/null
+++ b/debian/libtao-examples.install
@@ -0,0 +1 @@
+usr/share/tao/
diff --git a/debian/libtao-freeglut-cil.install b/debian/libtao-freeglut-cil.install
new file mode 100644
index 0000000..d7b78e2
--- /dev/null
+++ b/debian/libtao-freeglut-cil.install
@@ -0,0 +1,4 @@
+usr/share/pkgconfig/tao-freeglut.pc
+usr/lib/tao/Tao.FreeGlut.dll
+usr/lib/tao/Tao.FreeGlut.dll.config
+usr/lib/mono/gac/Tao.FreeGlut
diff --git a/debian/libtao-ode-cil.install b/debian/libtao-ode-cil.install
new file mode 100644
index 0000000..623e24d
--- /dev/null
+++ b/debian/libtao-ode-cil.install
@@ -0,0 +1,4 @@
+usr/share/pkgconfig/tao-ode.pc
+usr/lib/tao/Tao.Ode.dll
+usr/lib/tao/Tao.Ode.dll.config
+usr/lib/mono/gac/Tao.Ode
diff --git a/debian/libtao-openal-cil.install b/debian/libtao-openal-cil.install
new file mode 100644
index 0000000..ad7a29a
--- /dev/null
+++ b/debian/libtao-openal-cil.install
@@ -0,0 +1,4 @@
+usr/share/pkgconfig/tao-openal.pc
+usr/lib/tao/Tao.OpenAl.dll
+usr/lib/tao/Tao.OpenAl.dll.config
+usr/lib/mono/gac/Tao.OpenAl
diff --git a/debian/libtao-opengl-cil.install b/debian/libtao-opengl-cil.install
new file mode 100644
index 0000000..8f6dafd
--- /dev/null
+++ b/debian/libtao-opengl-cil.install
@@ -0,0 +1,6 @@
+usr/share/pkgconfig/tao-opengl.pc
+usr/lib/tao/Tao.OpenGl.dll
+usr/lib/tao/Tao.OpenGl.dll.config
+usr/lib/tao/Tao.OpenGl.ExtensionLoader.dll
+usr/lib/tao/Tao.OpenGl.ExtensionLoader.dll.config
+usr/lib/mono/gac/Tao.OpenGl
diff --git a/debian/libtao-opengl-glu-cil.install b/debian/libtao-opengl-glu-cil.install
new file mode 100644
index 0000000..ab3894a
--- /dev/null
+++ b/debian/libtao-opengl-glu-cil.install
@@ -0,0 +1,4 @@
+usr/share/pkgconfig/tao-opengl-glu.pc
+usr/lib/tao/Tao.OpenGl.Glu.dll
+usr/lib/tao/Tao.OpenGl.Glu.dll.config
+usr/lib/mono/gac/Tao.OpenGl.Glu
diff --git a/debian/libtao-physfs-cil.install b/debian/libtao-physfs-cil.install
new file mode 100644
index 0000000..2596551
--- /dev/null
+++ b/debian/libtao-physfs-cil.install
@@ -0,0 +1,4 @@
+usr/share/pkgconfig/tao-physfs.pc
+usr/lib/tao/Tao.PhysFs.dll
+usr/lib/tao/Tao.PhysFs.dll.config
+usr/lib/mono/gac/Tao.PhysFs
diff --git a/debian/libtao-sdl-cil.install b/debian/libtao-sdl-cil.install
new file mode 100644
index 0000000..6689037
--- /dev/null
+++ b/debian/libtao-sdl-cil.install
@@ -0,0 +1,4 @@
+usr/share/pkgconfig/tao-sdl.pc
+usr/lib/tao/Tao.Sdl.dll
+usr/lib/tao/Tao.Sdl.dll.config
+usr/lib/mono/gac/Tao.Sdl
diff --git a/debian/patches/00list b/debian/patches/00list
new file mode 100644
index 0000000..c7ebb82
--- /dev/null
+++ b/debian/patches/00list
@@ -0,0 +1,5 @@
+01-correct-sdl-config.dpatch
+02-correct-devil-config.dpatch
+03-correct-physfs-config.dpatch
+04-correct-openal-config.dpatch
+05-correct-ode-config.dpatch
diff --git a/debian/patches/01-correct-sdl-config.dpatch b/debian/patches/01-correct-sdl-config.dpatch
new file mode 100755
index 0000000..f7f5249
--- /dev/null
+++ b/debian/patches/01-correct-sdl-config.dpatch
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## correct-tao-sdl-config.dpatch by Dylan R. E. Moonfire <debian at mfgames.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Corrects the .so references for Tao.Sdl
+
+ at DPATCH@
+
+--- tao/src/Tao.Sdl/Tao.Sdl.dll.config.orig	2006-01-19 10:11:55.000000000 -0600
++++ tao/src/Tao.Sdl/Tao.Sdl.dll.config	2006-02-22 15:00:31.000000000 -0600
+@@ -1,9 +1,9 @@
+ <configuration>
+-    <dllmap dll="SDL.dll" target="libSDL.so" />
+-    <dllmap dll="SDL_image.dll" target="libSDL_image.so" />
+-    <dllmap dll="SDL_mixer.dll" target="libSDL_mixer.so" />
+-    <dllmap dll="SDL_ttf.dll" target="libSDL_ttf.so" />
+-    <dllmap dll="SDL_net.dll" target="libSDL_net.so" />
+-    <dllmap dll="smpeg.dll" target="libsmpeg.so" />
+-    <dllmap dll="SDL_gfx.dll" target="libSDL_gfx.so" />
++    <dllmap dll="SDL.dll" target="libSDL-1.2.so.0" />
++    <dllmap dll="SDL_image.dll" target="libSDL_image-1.2.so.0" />
++    <dllmap dll="SDL_mixer.dll" target="libSDL_mixer-1.2.so.0" />
++    <dllmap dll="SDL_ttf.dll" target="libSDL_ttf-2.0.so.0" />
++    <dllmap dll="SDL_net.dll" target="libSDL_net-1.2.so.0" />
++    <dllmap dll="smpeg.dll" target="libsmpeg-0.4.so.0" />
++    <dllmap dll="SDL_gfx.dll" target="libSDL_gfx.so.4" />
+ </configuration>
diff --git a/debian/patches/02-correct-devil-config.dpatch b/debian/patches/02-correct-devil-config.dpatch
new file mode 100755
index 0000000..bc2f344
--- /dev/null
+++ b/debian/patches/02-correct-devil-config.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## correct-devil-config.dpatch by Dylan R. E. Moonfire <debian at mfgames.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Corrects the .so references for Tao.DevIl
+
+ at DPATCH@
+
+--- tao/src/Tao.DevIl/Tao.DevIl.dll.config.orig	2005-05-25 01:16:05.000000000 -0500
++++ tao/src/Tao.DevIl/Tao.DevIl.dll.config	2006-02-22 15:38:34.000000000 -0600
+@@ -1,5 +1,5 @@
+ <configuration>
+-    <dllmap dll="devil.dll" target="libIL.so" />
+-    <dllmap dll="ilu.dll" target="libILU.so" />
+-    <dllmap dll="ilut.dll" target="libILUT.so" />
++    <dllmap dll="devil.dll" target="libIL.so.1" />
++    <dllmap dll="ilu.dll" target="libILU.so.1" />
++    <dllmap dll="ilut.dll" target="libILUT.so.1" />
+ </configuration>
diff --git a/debian/patches/03-correct-physfs-config.dpatch b/debian/patches/03-correct-physfs-config.dpatch
new file mode 100755
index 0000000..2acdc58
--- /dev/null
+++ b/debian/patches/03-correct-physfs-config.dpatch
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## correct-physfs-config.dpatch by Dylan R. E. Moonfire <debian at mfgames.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Corrects the .so references for Tao.PhysFs
+
+ at DPATCH@
+
+--- tao/src/Tao.PhysFs/Tao.PhysFs.dll.config.config	2006-01-12 23:13:59.000000000 -0600
++++ tao/src/Tao.PhysFs/Tao.PhysFs.dll.config	2006-02-22 15:39:36.000000000 -0600
+@@ -1,3 +1,3 @@
+ <configuration>
+-    <dllmap dll="physfs.dll" target="libphysfs.so" />
+-</configuration>
+\ No newline at end of file
++    <dllmap dll="physfs.dll" target="libphysfs-1.0.so.0" />
++</configuration>
diff --git a/debian/patches/04-correct-openal-config.dpatch b/debian/patches/04-correct-openal-config.dpatch
new file mode 100755
index 0000000..8ad5592
--- /dev/null
+++ b/debian/patches/04-correct-openal-config.dpatch
@@ -0,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## correct-openal-config.dpatch by Dylan R. E. Moonfire <debian at mfgames.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Corrects the .so references for Tao.OpenAl
+
+ at DPATCH@
+
+--- tao/src/Tao.OpenAl/Tao.OpenAl.dll.config.orig	2005-05-25 01:16:05.000000000 -0500
++++ tao/src/Tao.OpenAl/Tao.OpenAl.dll.config	2006-02-22 15:39:12.000000000 -0600
+@@ -1,3 +1,3 @@
+ <configuration>
+-    <dllmap dll="OpenAL32.dll" target="libAL.so" />
++    <dllmap dll="OpenAL32.dll" target="libopenal.so.0" />
+ </configuration>
diff --git a/debian/patches/05-correct-ode-config.dpatch b/debian/patches/05-correct-ode-config.dpatch
new file mode 100755
index 0000000..fb084f1
--- /dev/null
+++ b/debian/patches/05-correct-ode-config.dpatch
@@ -0,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## correct-ode-config.dpatch by Dylan R. E. Moonfire <debian at mfgames.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Corrects the .so references for Tao.Ode
+
+ at DPATCH@
+
+--- tao/src/Tao.Ode/Tao.Ode.dll.config.orig	2005-05-25 01:16:05.000000000 -0500
++++ tao/src/Tao.Ode/Tao.Ode.dll.config	2006-02-22 15:39:59.000000000 -0600
+@@ -1,3 +1,3 @@
+ <configuration>
+-    <dllmap dll="ode.dll" target="libode.so" />
++    <dllmap dll="ode.dll" target="libode.so.0" />
+ </configuration>
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..66b725b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,84 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export MONO_SHARED_DIR=$(CURDIR)
+
+include /usr/share/dpatch/dpatch.make
+
+configure: configure-stamp
+configure-stamp: patch-stamp
+	dh_testdir
+	$(MAKE) mono-1.1
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp 
+	dh_testdir
+	$(MAKE) STRONG=1
+	touch build-stamp
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	rm -rf $(CURDIR)/.wapi
+	rm -rf dist obj
+	rm -f config.mk
+	-$(MAKE) clean
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+#	Install the compiled stuff into the right place
+	mkdir -p $(CURDIR)/debian/tmp/usr/lib
+	mkdir -p $(CURDIR)/debian/tmp/usr/share
+	mkdir -p $(CURDIR)/debian/tmp/usr/share/doc
+	cp -r $(CURDIR)/dist/bin/ $(CURDIR)/debian/tmp/usr/lib/tao
+	cp -r $(CURDIR)/dist/doc/ \
+		$(CURDIR)/debian/tmp/usr/share/doc/libtao-doc
+
+#	Copy the examples, but remove the NeHe since they are windows-specific
+#	at this point
+	cp -r $(CURDIR)/dist/examples/ $(CURDIR)/debian/tmp/usr/share/tao
+	rm $(CURDIR)/debian/tmp/usr/share/tao/NeHe*
+
+#	Install the files into GAC
+	for file in $(CURDIR)/debian/tmp/usr/lib/tao/*.dll; do \
+		gacutil /i $$file -root $(CURDIR)/debian/tmp/usr/lib; \
+	done
+
+#	Install the pkgconfig files
+	mkdir -p $(CURDIR)/debian/tmp/usr/share/pkgconfig
+	cp $(CURDIR)/debian/*.pc $(CURDIR)/debian/tmp/usr/share/pkgconfig/
+
+#	Normalize the permissions
+	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
+	-cd $(CURDIR)/debian && find -type f -name "*.exe" -exec chmod -x {} \;
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_install --sourcedir=debian/tmp
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_makeclilibs -m 1.2.0 -l 1.2.1
+	dh_clideps -d
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary install configure
diff --git a/debian/tao-cg.pc b/debian/tao-cg.pc
new file mode 100644
index 0000000..b5312cd
--- /dev/null
+++ b/debian/tao-cg.pc
@@ -0,0 +1,8 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.Cg
+Description: Cg portion of the Tao framework
+Version: 1.2.0
+Libs:  -r:${libdir}/tao/Tao.Cg.dll
diff --git a/debian/tao-devil.pc b/debian/tao-devil.pc
new file mode 100644
index 0000000..418a04d
--- /dev/null
+++ b/debian/tao-devil.pc
@@ -0,0 +1,8 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.DevIl
+Description: DevIl portion of the Tao framework
+Version: 1.2.0
+Libs: -r:${libdir}/tao/Tao.DevIl.dll
diff --git a/debian/tao-freeglut.pc b/debian/tao-freeglut.pc
new file mode 100644
index 0000000..f429816
--- /dev/null
+++ b/debian/tao-freeglut.pc
@@ -0,0 +1,9 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.FreeGlut
+Description: FreeGlut portion of the Tao framework
+Version: 1.2.0
+Requires: tao-opengl
+Libs: -r:${libdir}/tao/Tao.FreeGlut.dll
diff --git a/debian/tao-glfw.pc b/debian/tao-glfw.pc
new file mode 100644
index 0000000..9c6ded5
--- /dev/null
+++ b/debian/tao-glfw.pc
@@ -0,0 +1,9 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.Glfw
+Description: Glfw portion of the Tao framework
+Version: 1.2.0
+Requires: tao-opengl
+Libs:  -r:${libdir}/tao/Tao.Glfw.dll
diff --git a/debian/tao-ode.pc b/debian/tao-ode.pc
new file mode 100644
index 0000000..b7aee25
--- /dev/null
+++ b/debian/tao-ode.pc
@@ -0,0 +1,8 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.Ode
+Description: Ode portion of the Tao framework
+Version: 1.2.0
+Libs: -r:${libdir}/tao/Tao.Ode.dll
diff --git a/debian/tao-openal.pc b/debian/tao-openal.pc
new file mode 100644
index 0000000..89ade80
--- /dev/null
+++ b/debian/tao-openal.pc
@@ -0,0 +1,8 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.OpenAl
+Description: OpenAl portion of Tao framework
+Version: 1.2.0
+Libs:  -r:${libdir}/tao/Tao.OpenAl.dll
diff --git a/debian/tao-opengl-glu.pc b/debian/tao-opengl-glu.pc
new file mode 100644
index 0000000..d97f6b7
--- /dev/null
+++ b/debian/tao-opengl-glu.pc
@@ -0,0 +1,9 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.OpenGl.Glu
+Description: OpenGL.Glu section of the Tao framework
+Version: 1.2.0
+Requires: tao-opengl
+Libs: -r:${libdir}/tao/Tao.OpenGl.Glu.dll
diff --git a/debian/tao-opengl.pc b/debian/tao-opengl.pc
new file mode 100644
index 0000000..b441bc9
--- /dev/null
+++ b/debian/tao-opengl.pc
@@ -0,0 +1,8 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.OpenGl
+Description: OpenGL section of the Tao framework
+Version: 1.2.0
+Libs: -r:${libdir}/tao/Tao.OpenGl.dll -r:${libdir}/tao/Tao.OpenGl.ExtensionLoader.dll
diff --git a/debian/tao-physfs.pc b/debian/tao-physfs.pc
new file mode 100644
index 0000000..2744b4c
--- /dev/null
+++ b/debian/tao-physfs.pc
@@ -0,0 +1,8 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.PhysFs
+Description: PhysFs section of the Tao framework
+Version: 1.2.0
+Libs: -r:${libdir}/tao/Tao.PhysFs.dll
diff --git a/debian/tao-sdl.pc b/debian/tao-sdl.pc
new file mode 100644
index 0000000..56b4e5f
--- /dev/null
+++ b/debian/tao-sdl.pc
@@ -0,0 +1,8 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+
+Name: Tao.Sdl
+Description: Sdl portion of the Tao framework
+Version: 1.2.0
+Libs:  -r:${libdir}/tao/Tao.Sdl.dll

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/taoframework.git



More information about the Pkg-cli-libs-commits mailing list