27 lines
947 B
Makefile
27 lines
947 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/10/29 08:32:46 shattered Exp $
|
|
|
|
DISTNAME= modutils-2.4.24
|
|
PKGNAME= linux-${DISTNAME:S/modutils/modutils-old/}
|
|
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, .old versions
|
|
|
|
CONFLICTS+= linux-modutils-[0-9]*
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-* # This is for the Linux kernel
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --exec-prefix=${PREFIX:Q} --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
USE_TOOLS+= gmake
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/linux-modutils-old
|
|
${INSTALL_DATA} ${WRKSRC}/depmod/Example.modules.conf ${PREFIX}/share/linux-modutils-old/modules.conf.example
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|