Ticket #43882: Portfile

File Portfile, 1.4 KB (added by glenn@…, 10 years ago)

Proposed portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem              1.0
5
6name                    fatdisk
7version                 1.0.0b
8categories              sysutils emulators
9platforms               darwin linux
10license                 MIT
11maintainers             e-dad.net:glenn
12
13description             a utility to allow mountless modification of DOS disks
14
15long_description        ${name} ${description}. \
16                        fatdisk is a utility that allows you to perform \
17                        various operations on files on a DOS formatted disk \
18                        image in FAT12,16,32 formats without needing to do \
19                        any mounting of the disk image, or needing root or \
20                        sudo access.  It can extract files from the DOS disk \
21                        to the local harddrive, and likewise can import files \
22                        from the local disk back onto the DOS disk. \
23                        Additionally you can do basic operations like list, \
24                        cat, hexdump etc...
25homepage                http://github.com/goblinhack/fatdisk
26
27master_sites            http://github.com/goblinhack/fatdisk/archive/
28distname                v1.0.0-beta
29worksrcdir              ${name}-1.0.0-beta
30
31checksums               sha1    6ddea0f7a3d5d64ec468d740f091e677488c4e43 \
32                        sha256  72b9e48910e907bb647f7c723dfc92e74b989025c8fe44f38c5b910992717e4c
33
34use_configure           no
35
36build.cmd               ./RUNME
37
38build.env               CC=${configure.cc} \
39                        CFLAGS="${configure.cflags} [get_canonical_archflags cc]"
40
41test.run                yes
42
43destroot.cmd            cp
44destroot.target         fatdisk
45destroot.args           ${destroot}${prefix}/bin
46destroot.destdir