Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : ipscan | name : ipscan | ||||
| version : 3.4.2 | version : 3.5.5 | ||||
| release : 2 | release : 3 | ||||
| source : | source : | ||||
| - https://github.com/angryziber/ipscan/archive/3.4.2.tar.gz : 378fbd66a97948a07654562089aa92ca0a8d56643a4b18c258c32de5af2c9bdf | - https://github.com/angryziber/ipscan/archive/3.5.5.tar.gz : 0b1cb83442277b369503e82c80ee3e345e8de01464aaa0fc69f616fa6493a232 | ||||
| license : GPL-2.0 | license : GPL-2.0 | ||||
| component : network.util | component : network.util | ||||
| summary : Angry IP Scanner | summary : Angry IP Scanner | ||||
| description: | | description: | | ||||
| Angry IP Scanner | Angry IP Scanner | ||||
| networking : yes | |||||
| builddeps : | builddeps : | ||||
| - apache-ant | - openjdk-8 | ||||
| - git | |||||
| - rpm | |||||
| rundeps : | rundeps : | ||||
| - openjdk-8 | - openjdk-8 | ||||
| environment: | | |||||
| export GRADLE_USER_HOME=$workdir/.gradle | |||||
| setup : | | |||||
| # patch build.gradle file so we skip building .deb and .rpm packages, we only need .jar | |||||
| %patch -p1 < $pkgfiles/0001-disable-deb-rpm.patch | |||||
| build : | | build : | | ||||
| ant linux64 | %make linux64 | ||||
| install : | | install : | | ||||
| install -D -m 00755 $pkgfiles/ipscan $installdir/usr/bin/ipscan | install -D -m 00755 $pkgfiles/ipscan $installdir/usr/bin/ipscan | ||||
| install -D -m 00644 $pkgfiles/ipscan.desktop $installdir/usr/share/applications/ipscan.desktop | install -D -m 00644 $pkgfiles/ipscan.desktop $installdir/usr/share/applications/ipscan.desktop | ||||
| install -D -m 00755 dist/ipscan-linux64-3.4.2.jar $installdir/usr/share/ipscan/ipscan-linux64-3.4.2.jar | install -D -m 00755 $workdir/build/libs/ipscan-%version%-linux64-%version%.jar $installdir/usr/share/ipscan/ipscan.jar | ||||
| install -D -m 00644 resources/images/icon256.png $installdir/usr/share/pixmaps/ipscan.png | install -D -m 00644 $workdir/build/resources/main/images/icon256.png $installdir/usr/share/pixmaps/ipscan.png | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.