From 8f72976db1311f5de6d4916f4db0058346e0f727 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 30 Jan 2019 15:42:32 -0500 Subject: add freefilesync dpkg rough draft --- freefilesync/debian/control | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 freefilesync/debian/control (limited to 'freefilesync/debian/control') 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 +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. -- cgit