10733547c3
Bitwise is multi base interactive calculator supporting dynamic base conversion and bit manipulation. It's a handy tool for low level hackers, kernel developers and device drivers developers. Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
473 B
Makefile
15 lines
473 B
Makefile
################################################################################
|
|
#
|
|
# bitwise
|
|
#
|
|
################################################################################
|
|
|
|
BITWISE_VERSION = 0.41
|
|
BITWISE_SITE = https://github.com/mellowcandle/bitwise/releases/download/v$(BITWISE_VERSION)
|
|
BITWISE_SOURCE = bitwise-v$(BITWISE_VERSION).tar.gz
|
|
BITWISE_DEPENDENCIES = ncurses readline
|
|
BITWISE_LICENSE = GPL-3.0
|
|
BITWISE_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|