mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/SimGear: Fixed dep information
This commit is contained in:
parent
022f8d6c7a
commit
51c87e75d4
2 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
|||
SimGear is a set of open-source libraries designed to be used as building
|
||||
blocks for quickly assembling 3d simulations, games, and visualization
|
||||
applications.
|
||||
|
||||
It requires OpenAL, freealut, plib and OpenSceneGraph also available on
|
||||
SlackBuilds.org.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="ftp://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/SimGear-2.0.0
|
|||
MD5SUM="414bea545ea1e8ce17e4aa0809159cec"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="OpenAL OpenSceneGraph freealut plib"
|
||||
REQUIRES="OpenSceneGraph freealut plib"
|
||||
MAINTAINER="Diego Pantano"
|
||||
EMAIL="poplin_dp@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue