diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/src/main/resources/cpp-zip/ant/build.xml b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/src/main/resources/cpp-zip/ant/build.xml index f4b59f16da..2c2df68182 100644 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/src/main/resources/cpp-zip/ant/build.xml +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/src/main/resources/cpp-zip/ant/build.xml @@ -1,8 +1,10 @@ - + + + @@ -46,18 +48,75 @@ + Found version of WPILib: ${installedWpilibSo} (latest) Found version of WPILib: ${installedWpilibSo} Upgrading WPILib to ${cpp-sos}... - + + + + + + + + + + + + + + + + + 2.0 + Package: ${opkg.name} +Version: ${cpp-sos} +Section: devel +Priority: optional +Architecture: ${opkg.arch} +Depends: libc6 (>= 2.11.1-r7), libgcc1 (>= 4.4.1) +Maintainer: Brad Miller >bamiller@wpi.edu< +Description: WPILib, NetworkTables and HAL for RoboRIO target + . + This package contains the shared objects for WPILib, NetworkTables, and HAL for the 2015 target on the RoboRIO + + #!/bin/sh +ldconfig + + #!/bin/sh +ldconfig + + + + + ${md5.wpilib} usr/local/frc/lib/libWPILibAthena.so +${md5.nwt} usr/local/frc/lib/libNetworkTables.so +${md5.hal} usr/local/frc/lib/libHALAthena.so + + + + + + + + + + + + + + command="opkg install /tmp/${opkg.name}_${cpp-sos}_${opkg.arch}.deb; sh -c 'rm -rf /tmp/wpilib*.deb'"/>