New package: ORBit2-2.14.19.

This commit is contained in:
davehome
2012-07-03 12:11:33 -06:00
parent c0e0603e76
commit d95bef531d
8 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Template file for 'libORBit2'.
#
short_desc="${short_desc} (Runtime library)"
long_desc="${long_desc}
This package contains the ORBit2 runtime libraries."
do_install()
{
vmove "usr/lib/*.so*" usr/lib
vmkdir usr/lib/orbit-2.0
vmove "usr/lib/orbit-2.0/*.so*" usr/lib/orbit-2.0
}