dkms: remove long_desc.
This commit is contained in:
parent
74255b592b
commit
54352b76b4
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dkms'
|
# Template file for 'dkms'
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
version=2.2.0.3
|
version=2.2.0.3
|
||||||
revision=5
|
revision=6
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
conf_files="/etc/dkms/framework.conf"
|
conf_files="/etc/dkms/framework.conf"
|
||||||
depends="bash kmod gcc make coreutils linux-headers"
|
depends="bash kmod gcc make coreutils linux-headers"
|
||||||
|
@ -11,9 +11,6 @@ short_desc="Dynamic Kernel Modules System"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=352a080351410e29ae8cda7a794ba1e607b87ca913d0410d56209f08875378fc
|
checksum=352a080351410e29ae8cda7a794ba1e607b87ca913d0410d56209f08875378fc
|
||||||
long_desc="
|
|
||||||
dkms is a framework which allows kernel modules to be dynamically built for
|
|
||||||
each kernel on your system in a simplified and organized fashion."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# We are only interested in the bare minimum.
|
# We are only interested in the bare minimum.
|
||||||
|
|
Loading…
Reference in New Issue