Codebase list lwjgl / 326d9b7 debian / control
326d9b7

Tree @326d9b7 (Download .tar.gz)

control @326d9b7raw · history · blame

Source: lwjgl
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com>, Michael Gilbert <michael.s.gilbert@gmail.com>
Build-Depends:
 debhelper (>= 8),
 javahelper,
 ant,
 ant-optional,
 openjdk-6-jdk,
 libjinput-java,
 libxrandr-dev,
 libxxf86vm-dev,
 libxcursor-dev,
 libxt-dev
Build-Depends-Indep: default-jdk-doc
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-java/lwjgl.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/lwjgl.git
Homepage: http://lwjgl.org/
DM-Upload-Allowed: yes

Package: liblwjgl-java
Architecture: all
Depends:
 ${misc:Depends},
 libjinput-java,
 liblwjgl-java-jni (>= ${source:Version})
Description: Lightweight Java Game Library
 The Lightweight Java Game Library (LWJGL) is a solution aimed directly at
 professional and amateur Java programmers alike to enable commercial quality
 games to be written in Java. LWJGL provides developers access to high
 performance crossplatform libraries such as OpenGL (Open Graphics Library)
 and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D
 sound. Additionally LWJGL provides access to controllers such as Gamepads,
 Steering wheel and Joysticks. All in a simple and straight forward API.

Package: liblwjgl-java-jni
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: Lightweight Java Game Library (jni)
 The Lightweight Java Game Library (LWJGL) is a solution aimed directly at
 professional and amateur Java programmers alike to enable commercial quality
 games to be written in Java. LWJGL provides developers access to high
 performance crossplatform libraries such as OpenGL (Open Graphics Library)
 and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D
 sound. Additionally LWJGL provides access to controllers such as Gamepads,
 Steering wheel and Joysticks. All in a simple and straight forward API.
 .
 This package contains the java jni library.

Package: liblwjgl-java-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends}
Suggests: liblwjgl-java
Recommends: default-jdk-doc
Description: Lightweight Java Game Library (javadoc)
 The Lightweight Java Game Library (LWJGL) is a solution aimed directly at
 professional and amateur Java programmers alike to enable commercial quality
 games to be written in Java. LWJGL provides developers access to high
 performance crossplatform libraries such as OpenGL (Open Graphics Library)
 and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D
 sound. Additionally LWJGL provides access to controllers such as Gamepads,
 Steering wheel and Joysticks. All in a simple and straight forward API.
 .
 This package contains the API documentation for lwjgl.