# Maintainer: Luke Shumaker pkgname=smartdashboard-client pkgver=2012 pkgrel=1 pkgdesc='This is the platform independent SmartDashboard jar file.' arch=any url="http://firstforge.wpi.edu/sf/projects/smartdashboard" license=unknown groups=(frc) 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' ) build() { cd "$srcdir/smartdashboard2012" msg "Removing bogus directories..." rm -rfv CopyLibs junit junit_4 msg "Removing sample save files..." rm -v customSave *.log lol.xml lol2.xml msg "Removing precompiled binaries..." rm -rfv lib/* } package() { PKGEXT=${SRCEXT} PKGDEST=${SRCDEST} cp -a "${srcdir}/smartdashboard2012" "${pkgdir}/" } md5sums=('174b02a7e6b4e5bd6301a1afb88c5be6')