Various minor improvements

This commit is contained in:
2016-02-29 00:05:15 +01:00
parent 3fa0f3d96a
commit 1300f8bdd1
71 changed files with 291 additions and 280 deletions

View File

@@ -17,9 +17,9 @@ DESCRIPTION="
"
MY_PN="OpenSceneGraph"
MY_P=${MY_PN}-${PV}
MY_PNV=${MY_PN}-${PV}
HOMEPAGE="http://${PN}.org"
DOWNLOADS="http://trac.openscenegraph.org/downloads/developer_releases/${MY_P}.zip"
DOWNLOADS="http://trac.openscenegraph.org/downloads/developer_releases/${MY_PNV}.zip"
LICENCES="wxWinLL-3 LGPL-2.1"
SLOT="0"
@@ -87,3 +87,4 @@ src_prepare() {
cmake_src_prepare
}