PN: scweb
PV: 1.0
PR: r0
PKGV: 1.0
PKGR: r0.0
LICENSE: MIT
DESCRIPTION: Landing Page.
SUMMARY: Landing Page
RDEPENDS:scweb: bash freeipmi lmsensors-sensors python3 python3-flask python3-flask-restful python3-psutil system-controller-app
RRECOMMENDS:scweb:  update-rc.d
SECTION: PETALINUX/apps
PKG:scweb: scweb
FILES:scweb: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/scweb /usr/lib/scweb/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /usr/share/scweb /lib/systemd/system-preset/98-scweb.preset /lib/systemd/system/scwebrun.service
FILES_INFO:scweb: {"/etc/init.d/scwebrun.sh": 2265, "/lib/systemd/system-preset/98-scweb.preset": 24, "/lib/systemd/system/scwebrun.service": 186, "/usr/bin/scwebrun.sh": 2265, "/usr/share/scweb/LICENSE.md": 1123, "/usr/share/scweb/__init__.py": 0, "/usr/share/scweb/config_app.py": 903, "/usr/share/scweb/jnservice.py": 1542, "/usr/share/scweb/logg.py": 1332, "/usr/share/scweb/parse.py": 7341, "/usr/share/scweb/restserv.py": 7313, "/usr/share/scweb/sc_app": 14518, "/usr/share/scweb/sc_app_vpk120": 14958, "/usr/share/scweb/static/images/AICore.png": 493790, "/usr/share/scweb/static/images/AIEdge.jpg": 36418, "/usr/share/scweb/static/images/Develop_tools.png": 478375, "/usr/share/scweb/static/images/Thumbs.db": 128000, "/usr/share/scweb/static/images/VCK190_home.png": 2337851, "/usr/share/scweb/static/images/VEK280_home.png": 4524841, "/usr/share/scweb/static/images/VHK158_home.png": 4929990, "/usr/share/scweb/static/images/VPK120_home.png": 3134085, "/usr/share/scweb/static/images/VPK180_home.PNG": 4287706, "/usr/share/scweb/static/images/VPK180_home.png": 4287706, "/usr/share/scweb/static/images/VersalSilicon.png": 621434, "/usr/share/scweb/static/images/ai_sc.png": 94321, "/usr/share/scweb/static/images/apd.png": 47393, "/usr/share/scweb/static/images/ed.png": 101810, "/usr/share/scweb/static/images/hbm.png": 29645, "/usr/share/scweb/static/images/hd.png": 91154, "/usr/share/scweb/static/images/icon.ico": 19232, "/usr/share/scweb/static/images/icon.png": 19232, "/usr/share/scweb/static/images/premium.png": 39706, "/usr/share/scweb/static/images/prime.png": 462146, "/usr/share/scweb/static/images/vck190.jpg": 610826, "/usr/share/scweb/static/images/vek280.jpg": 248262, "/usr/share/scweb/static/images/versal.png": 8867, "/usr/share/scweb/static/images/vhk158.jpg": 375380, "/usr/share/scweb/static/images/vmk180.jpg": 229178, "/usr/share/scweb/static/images/vpk120.jpg": 245617, "/usr/share/scweb/static/images/vpk180.jpg": 224153, "/usr/share/scweb/static/images/xilinx.png": 55026, "/usr/share/scweb/static/images/xilinx_banner.png": 861386, "/usr/share/scweb/static/js/common.js": 361, "/usr/share/scweb/static/js/config_bit.js": 826, "/usr/share/scweb/static/js/config_bm.js": 158, "/usr/share/scweb/static/js/config_sc.js": 47780, "/usr/share/scweb/static/js/jquery.min.js": 86927, "/usr/share/scweb/static/js/main.js": 65391, "/usr/share/scweb/static/js/temp_strings.js": 799, "/usr/share/scweb/static/js/vck190_strings.js": 8601, "/usr/share/scweb/static/js/vek280_strings.js": 8144, "/usr/share/scweb/static/js/vhk158_strings.js": 8140, "/usr/share/scweb/static/js/vmk180_strings.js": 8591, "/usr/share/scweb/static/js/vpk120_strings.js": 8155, "/usr/share/scweb/static/js/vpk180_strings.js": 8155, "/usr/share/scweb/static/styles/common.css": 24681, "/usr/share/scweb/systemcontroller.py": 8454, "/usr/share/scweb/templates/index.html": 17302, "/usr/share/scweb/term.py": 3142}
pkg_postinst:scweb: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in scwebrun.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset scwebrun.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart scwebrun.service\n\t\tfi\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT scwebrun.sh start 97 5 .\nfi\n
pkg_postrm:scweb: #!/bin/sh\nset -e\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT scwebrun.sh remove\nfi\n
pkg_prerm:scweb: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop scwebrun.service\n\n\t\tsystemctl disable scwebrun.service\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/scwebrun.sh" ]; then\n\t/etc/init.d/scwebrun.sh stop || :\nfi\n
FILERDEPENDSFLIST:scweb: /etc/init.d/scwebrun.sh /usr/bin/scwebrun.sh /usr/share/scweb/sc@underscore@app /usr/share/scweb/sc@underscore@app@underscore@vpk120
FILERDEPENDS:/etc/init.d/scwebrun.sh:scweb:  /bin/sh
FILERDEPENDS:/usr/bin/scwebrun.sh:scweb:  /bin/sh
FILERDEPENDS:/usr/share/scweb/sc@underscore@app:scweb:  /bin/bash
FILERDEPENDS:/usr/share/scweb/sc@underscore@app@underscore@vpk120:scweb:  /bin/bash
PKGSIZE:scweb: 29382907
