summaryrefslogtreecommitdiff
path: root/frc-libre/smartdashboard/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'frc-libre/smartdashboard/PKGBUILD')
-rw-r--r--frc-libre/smartdashboard/PKGBUILD28
1 files changed, 28 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 .
+}