1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name duply |
---|
5 | version 1.5.3 |
---|
6 | platforms darwin |
---|
7 | categories sysutils |
---|
8 | maintainers technokracy.net:grrr |
---|
9 | description Duply is a shell front end for the duplicity backup tool. |
---|
10 | long_description \ |
---|
11 | Duply greatly simplifies duplicity's usage by implementing backup job \ |
---|
12 | profiles, batch commands and more. |
---|
13 | homepage http://duply.net |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | master_sites sourceforge:ftplicity |
---|
17 | distfiles ${name}_${version}.tgz |
---|
18 | worksrcdir ${name}_${version} |
---|
19 | |
---|
20 | checksums md5 51e893f7a0f8fc2e549536eef5692527 \ |
---|
21 | sha1 80f4c510e2a35115273311db21a6024fda9d66bf \ |
---|
22 | rmd160 1db7fc679cc93eb8a430f1e9e2a75b0ac5c95d81 |
---|
23 | |
---|
24 | depends_lib port:duplicity |
---|
25 | |
---|
26 | use_configure no |
---|
27 | build {} |
---|
28 | |
---|
29 | destroot { |
---|
30 | xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name} |
---|
31 | } |
---|