module-init-tools: update to 3.10.
--HG-- extra : convert_revision : 37b9da2d21fcb0bd9857f5d29abcf1ea9960f5b1
This commit is contained in:
parent
8398b6ccaa
commit
e389069d08
|
@ -1,30 +1,16 @@
|
||||||
# Template file for 'module-init-tools'
|
# Template file for 'module-init-tools'
|
||||||
pkgname=module-init-tools
|
pkgname=module-init-tools
|
||||||
version=3.8
|
version=3.10
|
||||||
distfiles="${KERNEL_SITE}//utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}//utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-zlib --prefix="
|
configure_args="--enable-zlib --prefix="
|
||||||
short_desc="Tools for managing kernel modules"
|
short_desc="Tools for managing kernel modules"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=dc880716a6b16a28dd5e18178bd266b9f598bd29b2580688390915bcc1aef65e
|
checksum=fef01424081e728ff6fadc96a8e9b6e4efe3d21f315f1e27b1a16abf7047c12b
|
||||||
long_desc="
|
long_desc="
|
||||||
The module-init-tools package provides many of the utilities
|
The module-init-tools package provides many of the utilities
|
||||||
needed by Linux systems for managing loadable Linux Kernel Modules. This
|
needed by Linux systems for managing loadable Linux Kernel Modules. This
|
||||||
includes depmod, insmod, rmmod, modprobe and tools like modinfo."
|
includes depmod, insmod, rmmod, modprobe and tools like modinfo."
|
||||||
|
|
||||||
conf_files="/etc/modprobe.conf"
|
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
Add_dependency full zlib
|
Add_dependency full zlib
|
||||||
|
|
||||||
post_install()
|
|
||||||
{
|
|
||||||
rm -f ${DESTDIR}/sbin/generate-modprobe.conf
|
|
||||||
|
|
||||||
mkdir -p ${DESTDIR}/etc
|
|
||||||
cat >> ${DESTDIR}/etc/modprobe.conf <<_EOF
|
|
||||||
#
|
|
||||||
# /etc/modprobe.conf. Please read modprobe.conf(5).
|
|
||||||
#
|
|
||||||
_EOF
|
|
||||||
chmod 644 ${DESTDIR}/etc/modprobe.conf
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue