File: Seedfile

package info (click to toggle)
disktype 9-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: ansic: 5,252; makefile: 150
file content (15 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Seedfile for disktype

package disktype 8;

binary disktype {
  source main.c lib.c
         buffer.c file.c cdaccess.c cdimage.c vpc.c compressed.c
         detect.c apple.c amiga.c atari.c dos.c cdrom.c
         linux.c unix.c beos.c archives.c
         udf.c blank.c cloop.c;

  cflags "-D_LARGEFILE_SOURCE" "-D_FILE_OFFSET_BITS=64";
}

manpage disktype.1;