summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-01-30 15:42:32 -0500
committerB Stack <bgstack15@gmail.com>2019-01-30 15:42:32 -0500
commit8f72976db1311f5de6d4916f4db0058346e0f727 (patch)
tree47b224ccd882ec12a932ad77732704ea082eed65 /freefilesync/debian/control
parentadd palemoon dpkg for devuan (diff)
downloadstackrpms-8f72976db1311f5de6d4916f4db0058346e0f727.tar.gz
stackrpms-8f72976db1311f5de6d4916f4db0058346e0f727.tar.bz2
stackrpms-8f72976db1311f5de6d4916f4db0058346e0f727.zip
add freefilesync dpkg rough draft
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control27
1 files changed, 27 insertions, 0 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
new file mode 100644
index 0000000..4af779c
--- /dev/null
+++ b/freefilesync/debian/control
@@ -0,0 +1,27 @@
+Source: freefilesync
+Section: utils
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=11~),
+ autotools-dev,
+ libwxgtk3.0-dev,
+ wx3.0-headers,
+ imagemagick,
+ libboost-thread-dev (>= 1.46),
+ libboost-system-dev (>= 1.46),
+ libgtk2.0-dev,
+Standards-Version: 4.1.4
+Homepage: https://freefilesync.org/
+
+Package: freefilesync
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ xdg-utils
+Description:
+ FreeFileSync is a folder comparison and synchronization software that
+ creates and manages backup copies of all your important files. Instead
+ of copying every file every time, FreeFileSync determines the
+ differences between a source and a target folder and transfers only the
+ minimum amount of data needed. FreeFileSync is Open Source software,
+ available for Windows, Linux and macOS.
bgstack15