summaryrefslogtreecommitdiffstats
path: root/utils/util-linux/DETAILS
blob: 48d0ef83511972161a152753f5deca82a36916f0 (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
26
27
28
29
30
31
32
33
34
35
36
37
           SPELL=util-linux
if [[ $UL_VERSION == aes ]]; then
         VERSION=2.20
  SECURITY_PATCH=2
         SOURCE3=$SPELL-$VERSION-20110905.diff.bz2
         SOURCE4=$SOURCE3.sign
  SOURCE3_URL[0]=http://loop-aes.sourceforge.net/updates/$SOURCE3
  SOURCE3_URL[1]=http://koti.tnnet.fi/jari.ruusu/linux/$SOURCE3
  SOURCE4_URL[0]=$SOURCE3_URL.sign
  SOURCE4_URL[1]=${SOURCE3_URL[1]}.sign
     SOURCE3_GPG=loop-AES.gpg:$SOURCE4:UPSTREAM_KEY
  SOURCE4_IGNORE=signature
else
         VERSION=2.20.1
  SECURITY_PATCH=2
fi
          BRANCH=`echo $VERSION | cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=ftp://ftp.infradead.org/pub/util-linux/v$BRANCH/$SOURCE
#   SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$SPELL/v$BRANCH/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
      SOURCE_GPG=util-linux.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://userweb.kernel.org/~kzak/util-linux-ng/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="utils"
  STAGED_INSTALL=off
           TMPFS=off
           SHORT="essential utilities for any Linux box"
cat << EOF
Util-linux is a suite of essential utilities for any Linux system. Its primary
audience is system integrators and DIY Linux hackers. Util-linux is attempting
to be portable, but the only platform it has been tested much on is Linux i386.
EOF