1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name dcl |
---|
6 | version 0.1 |
---|
7 | categories sysutils |
---|
8 | platforms darwin linux |
---|
9 | license GPL-2+ |
---|
10 | revision 1 |
---|
11 | maintainers gmail.com:fernando.iazeolla |
---|
12 | description D-cleaner -- Disk && Directory Cleaner |
---|
13 | long_description given a path **dcl** will clean this directory, and \ |
---|
14 | eventually subdirs, from a customazible list of files, \ |
---|
15 | and eventually unmount or eject the volume. |
---|
16 | |
---|
17 | homepage http://github.com/elboza/dcl |
---|
18 | master_sites http://www.autistici.org/0xFE/software/releases/dcl |
---|
19 | |
---|
20 | checksums md5 2dc4ee1f86c683508800df686b1f6cdc \ |
---|
21 | sha1 0e48c7e2ea652f9ebe54b1a0fafba56d7b13ee39 \ |
---|
22 | rmd160 cd293553eac6d87d1705dc7f3c9682e5387d4051 |
---|
23 | |
---|
24 | worksrcdir ${name} |
---|
25 | use_configure no |
---|
26 | |
---|
27 | build {} |
---|
28 | |
---|
29 | destroot { |
---|
30 | xinstall -m 755 ${worksrcpath}/dcl.pl ${destroot}${prefix}/bin/dcl |
---|
31 | } |
---|
32 | |
---|
33 | |
---|