pkgsrc-wip/linux-modutils/Makefile
Jeremy C. Reed 6eb32db543 Modutils is a collection of utilities for managing Linux kernel
modules. These tools handle loadable Linux kernel module dependencies,
installing loadable modules in the running Linux kernel, report on Linux
kernel symbols, etc.
2003-05-16 04:47:07 +00:00

29 lines
915 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/05/16 04:47:07 jeremy-c-reed Exp $
DISTNAME= modutils-2.4.24
PKGNAME= linux-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/ \
http://www.br.kernel.org/pub/linux/utils/kernel/modutils/v2.4/ \
ftp://ftp.cn.kernel.org/pub/linux/utils/kernel/modutils/v2.4/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.kernel.org/
COMMENT= Linux kernel module utilities
USE_PKGINSTALL= YES
ONLY_FOR_PLATFORM= Linux-*-* # This is for the Linux kernel
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --exec-prefix=${PREFIX} --sysconfdir=${PKG_SYSCONFDIR}
USE_GMAKE= YES
RCD_SCRIPTS= modutils
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/linux-modutils
${INSTALL_DATA} ${WRKSRC}/depmod/Example.modules.conf ${PREFIX}/share/linux-modutils/modules.conf.example
.include "../../mk/bsd.pkg.mk"