pkgname=ipmiview pkgver=2.20.0 _pkghash=220309 pkgrel=1 pkgdesc="Supermicro IPMI tool" makedepends=('tar') depends=("glibc" "java-runtime=8") arch=('x86_64') license=('custom:"Super Micro Computer"') url="http://www.supermicro.com/products/nfo/ipmi.cfm" backup=( "opt/${pkgname}/account.properties" "opt/${pkgname}/email.properties" "opt/${pkgname}/iKVM.properties" "opt/${pkgname}/IPMIView.properties" "opt/${pkgname}/stunnel.properties" "opt/${pkgname}/timeout.properties" ) source=( "https://www.supermicro.com/wftp/utility/IPMIView/Linux/IPMIView_${pkgver}_build.${_pkghash}_bundleJRE_Linux_x64.tar.gz" 'ipmiview.desktop' 'ipmiview.png' 'patch-jvm-version-check.patch' ) sha512sums=( '13f7e3b50ad95206c41b3153748dd6f5ac29947416c3cd2ae18d82e06afed107d15378bb398cf3d7e6ebaf7cfc08e413897e8847daf53194c16efae5e3393750' '82f6d4a9f6ff031f0c7e7ab78a550ea76b8e297df62aaa9837a37fe4f0b4a8b4dfa4aae59c0edc9ee2f0b7e249548ba4f5f50a44e0682a7f7b6f098163a17879' 'd1fb8e68ca057e3b2bc1c6e51cda226443c729db5166363d637a536afc07aab285ba46f9da5f656837e2423685a0ae421789a4768acee5ac8185ecb04318fc81' 'de0541b9cd1d5cdab0d5511dc5b736d456766320b341ed9ccaaf8a40632aa74969b35afdc6ab67a7d2174b4d7c1fd11bb147799c6af400d3a514df7dd42b3370' ) prepare() { cd ${srcdir} patch --forward --strip=1 --input="./patch-jvm-version-check.patch" } package() { mkdir -p ${pkgdir}/opt/${pkgname} mkdir -p ${pkgdir}/usr/bin mkdir -p ${pkgdir}/usr/share/applications pushd ${srcdir}/IPMIView_${pkgver}_build.${_pkghash}_bundleJRE_Linux_x64 rm -rf jre/ # Remove bundled jre cp -rf . ${pkgdir}/opt/${pkgname} popd touch ${pkgdir}/opt/${pkgname}/account.properties chmod a+rw ${pkgdir}/opt/${pkgname}/account.properties touch ${pkgdir}/opt/${pkgname}/email.properties chmod a+rw ${pkgdir}/opt/${pkgname}/email.properties touch ${pkgdir}/opt/${pkgname}/iKVM.properties chmod a+rw ${pkgdir}/opt/${pkgname}/iKVM.properties touch ${pkgdir}/opt/${pkgname}/IPMIView.properties chmod a+rw ${pkgdir}/opt/${pkgname}/IPMIView.properties touch ${pkgdir}/opt/${pkgname}/stunnel.properties chmod a+rw ${pkgdir}/opt/${pkgname}/stunnel.properties touch ${pkgdir}/opt/${pkgname}/timeout.properties chmod a+rw ${pkgdir}/opt/${pkgname}/timeout.properties ln -s /opt/${pkgname}/IPMIView20 ${pkgdir}/usr/bin/${pkgname} install -m 0644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/" install -m 0644 "${srcdir}/${pkgname}.png" "${pkgdir}/opt/${pkgname}/" }