summaryrefslogtreecommitdiffstats
path: root/kernels/kmod/DETAILS
blob: a86315300c5e52720cab845ebe7259e325fd386b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
           SPELL=kmod
         VERSION=8
     SOURCE_HASH=sha512:f72795e5e0f9490b074ef35f2822dbcbf0c98b51017841fa855834e7352a0320da7bc958e97ae72f21961a75ae955bf00697410fc8bff8dfc0dab70130d8a030
          SOURCE=$SPELL-$VERSION.tar.xz
#         SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=${KERNEL_URL}/pub/linux/utils/kernel/kmod/$SOURCE
#  SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
#      SOURCE_GPG=lucas.demarchi.gpg:$SOURCE.sign:UPSTREAM_KEY
#  SOURCE2_IGNORE=signature
        
        WEB_SITE=http://git.profusion.mobi/cgit.cgi/kmod.git
      LICENSE[0]=GPL
         ENTERED=20120113
        KEYWORDS=""
           SHORT="kernel support tools"
cat << EOF
kmod is a set of tools to handle common tasks with Linux kernel modules like
insert, remove, list, check properties, resolve dependencies and aliases.

These tools are designed on top of libkmod, a library that is shipped with
kmod. See libkmod/README for more details on this library and how to use it.
The aim is to be compatible with tools, configurations and indexes from
module-init-tools project.
EOF