mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Release notes: https://cgit.git.savannah.gnu.org/cgit/which.git/tree/NEWS?id=3e2c8f8acc3a333b66b06de234bc9324c6fe5500 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
318 B
Makefile
13 lines
318 B
Makefile
################################################################################
|
|
#
|
|
# which
|
|
#
|
|
################################################################################
|
|
|
|
WHICH_VERSION = 2.23
|
|
WHICH_SITE = $(BR2_GNU_MIRROR)/which
|
|
WHICH_LICENSE = GPL-3.0+
|
|
WHICH_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|