summaryrefslogtreecommitdiffstats
path: root/disk/libisoburn/DETAILS
blob: 7f3fb642bb6b9fb2fcba9841588793e8a5307243 (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=libisoburn
if [[ $LIBISOBURN_BRANCH == scm ]]; then
  if [[ $LIBISOBURN_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-svn.tar.bz2
  FORCE_DOWNLOAD=on
    SOURCE_HINTS=old_svn_compat
   SOURCE_URL[0]=svn_http://svn.libburnia-project.org/$SPELL/trunk:$SPELL-svn
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
   SOURCE_IGNORE=volatile
else
         VERSION=1.2.2
  SOURCE2_IGNORE=signature
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
      SOURCE_GPG=ABC0A854.gpg:$SOURCE2:UPSTREAM_KEY
   SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION}"
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
        WEB_SITE=http://libburnia-project.org/
      LICENSE[0]=GPL
         ENTERED=20080603
           SHORT="frontend for libraries libburn and libisofs"
cat << EOF
libisoburn is a frontend for libraries libburn and libisofs which enables
creation and expansion of ISO-9660 filesystems on all CD/DVD media supported
by libburn. This includes media like DVD+RW, which do not support multi-session
management on media level and even plain disk files or block devices.

There is a comand line and dialog application included: xorriso which allows to
use large parts of libisoburn's feature set.
EOF