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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name duply |
---|
7 | version 1.5.4.2 |
---|
8 | platforms darwin |
---|
9 | categories sysutils |
---|
10 | platforms darwin |
---|
11 | maintainers technokracy.net:grrr |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description Duply is a shell front end for the duplicity backup tool. |
---|
15 | |
---|
16 | long_description Duply greatly simplifies duplicity's usage by \ |
---|
17 | implementing backup job profiles, batch commands and more. |
---|
18 | |
---|
19 | homepage http://duply.net |
---|
20 | master_sites sourceforge:ftplicity |
---|
21 | |
---|
22 | extract.suffix .tgz |
---|
23 | distname ${name}_${version} |
---|
24 | |
---|
25 | checksums sha1 3ab270f92fe95c3b8fee9a6c1e56b4da9e9cabde \ |
---|
26 | rmd160 9e99fb416a2b9d499d559c24ccbaf048828c960d |
---|
27 | |
---|
28 | depends_run port:duplicity |
---|
29 | |
---|
30 | use_configure no |
---|
31 | |
---|
32 | build {} |
---|
33 | |
---|
34 | destroot { |
---|
35 | xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ |
---|
36 | } |
---|