GARNAME = coreutils GARVERSION = 6.12 CATEGORIES = sys MASTER_SITES = $(MASTER_GNU) MASTER_SUBDIR = coreutils/ DISTFILES = $(DISTNAME).tar.lzma SIGFILES = $(DISTFILES).sig LIBDEPS = sys/acl DESCRIPTION = GNU Core Utilities HOME_URL = http://www.gnu.org/software/coreutils/ CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile-DESTDIR CONFIGURE_ARGS = $(DIRPATHS) include ../../gar.mk # Provided in net-utils (hostname), shadow (groups), procps (uptime, kill). COLLISIONS += \ bin/hostname man/man1/hostname.1 \ bin/groups man/man1/groups.1 \ bin/su man/man1/su.1 \ bin/uptime man/man1/uptime.1 \ bin/kill man/man1/kill.1 # mktemp used to be in debianutils. DECONFLICT += debianutils