summaryrefslogtreecommitdiffstats
path: root/kernels/kmod/DETAILS
blob: b82ab321646606b4588021e45e988fd43685f3f7 (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=18
     SOURCE_HASH=sha512:6704f52f1b69837f06516237fb61d3f29551b06e59f270561993e0318c104bdc0140a32d3fc9bda859d0918412ea2c40effa0ceeccbda5e1cb79a204d7219847
          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