summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frc-libre/smartdashboard/PKGBUILD28
-rw-r--r--frc-nonlibre/smartdashboard-client/PKGBUILD (renamed from frc/smartdashboard-client/PKGBUILD)1
-rw-r--r--frc-nonlibre/smartdashboard-client/smartdashboard.sh (renamed from frc-almostlibre/smartdashboard-client/smartdashboard.sh)0
-rw-r--r--frc-notworking/smartdashboard-client/PKGBUILD (renamed from frc-almostlibre/smartdashboard-client/PKGBUILD)1
-rw-r--r--frc-notworking/smartdashboard-client/smartdashboard.sh (renamed from frc/smartdashboard-client/smartdashboard.sh)0
5 files changed, 30 insertions, 0 deletions
diff --git a/frc-libre/smartdashboard/PKGBUILD b/frc-libre/smartdashboard/PKGBUILD
new file mode 100644
index 0000000..b5356b5
--- /dev/null
+++ b/frc-libre/smartdashboard/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+pkgname=smartdashboard
+pkgver=2012
+pkgrel=1
+pkgdesc='The new smart dashboard for FRC students.'
+arch=any
+url="http://firstforge.wpi.edu/sf/projects/smartdashboard"
+license=unknown
+groups=(frc)
+depends=(
+ smartdashboard-client
+ smartdashboard-extension-wpicameraextension
+ wpilibj-networktable-client
+
+ junit
+ jcommon
+ jfreechart
+)
+
+package() {
+ install -d "$pkgdir/usr/share/smartdashboard/lib"
+ cd "$pkgdir/usr/share/smartdashboard/lib"
+ ln -s /usr/share/wpilibj/NetworkTable_Client.jar .
+ ln -s /usr/share/java/jcommon.jar .
+ ln -s /usr/share/java/jfreechart.jar .
+ ln -s /usr/share/java/junit.jar .
+}
diff --git a/frc/smartdashboard-client/PKGBUILD b/frc-nonlibre/smartdashboard-client/PKGBUILD
index 5937591..f4ed87b 100644
--- a/frc/smartdashboard-client/PKGBUILD
+++ b/frc-nonlibre/smartdashboard-client/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='This is the platform independent SmartDashboard jar file.'
arch=any
url="http://firstforge.wpi.edu/sf/projects/smartdashboard"
license=unknown
+groups=(frc)
depends=(java-runtime)
source=(
'SmartDashboard2012.jar::http://firstforge.wpi.edu/sf/frs/do/downloadFile/projects.smartdashboard/frs.smartdashboard_client_0_5a1.smartdashboard_client_2012/frs1359?dl=1'
diff --git a/frc-almostlibre/smartdashboard-client/smartdashboard.sh b/frc-nonlibre/smartdashboard-client/smartdashboard.sh
index 4378584..4378584 100644
--- a/frc-almostlibre/smartdashboard-client/smartdashboard.sh
+++ b/frc-nonlibre/smartdashboard-client/smartdashboard.sh
diff --git a/frc-almostlibre/smartdashboard-client/PKGBUILD b/frc-notworking/smartdashboard-client/PKGBUILD
index 375ea0f..28d5b71 100644
--- a/frc-almostlibre/smartdashboard-client/PKGBUILD
+++ b/frc-notworking/smartdashboard-client/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='This is the platform independent SmartDashboard jar file.'
arch=any
url="http://firstforge.wpi.edu/sf/projects/smartdashboard"
license=unknown
+groups=(frc)
depends=(java-runtime)
source=(
'SmartDashboard2012-src-netbeans.zip::http://firstforge.wpi.edu/sf/frs/do/downloadFile/projects.smartdashboard/frs.smartdashboard_client_0_5a1.smartdashboard_client_2012/frs1360?dl=1'
diff --git a/frc/smartdashboard-client/smartdashboard.sh b/frc-notworking/smartdashboard-client/smartdashboard.sh
index 4378584..4378584 100644
--- a/frc/smartdashboard-client/smartdashboard.sh
+++ b/frc-notworking/smartdashboard-client/smartdashboard.sh