mirror of
https://github.com/leonardw/synology-open-vm-tools.git
synced 2025-07-29 12:52:49 +00:00

- jdupes 1.13.2 - less 530 - tree 1.8.0 - rhash 1.3.8 - mc 4.8.23 - ncdu 1.14.1 - nano 4.4 - change nano dependency from ncurses to ncursesw - some fixes
21 lines
576 B
Makefile
Executable File
21 lines
576 B
Makefile
Executable File
SPK_NAME = rhash
|
|
SPK_VERS = 1.3.8
|
|
SPK_REV = 1
|
|
|
|
DEPENDS = cross/$(SPK_NAME)
|
|
|
|
MAINTAINER = Fredrike
|
|
DESCRIPTION = "RHash is a console utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru."
|
|
RELOAD_UI = no
|
|
DISPLAY_NAME = rhash
|
|
STARTABLE = no
|
|
BETA = 1
|
|
|
|
HOMEPAGE = http://rhash.sourceforge.net/
|
|
LICENSE = MIT
|
|
|
|
SERVICE_SETUP = src/service-setup.sh
|
|
|
|
include ../../mk/spksrc.spk.mk
|
|
|