From 0e78c36ce52542977f8bf0cec269830b50fbf513 Mon Sep 17 00:00:00 2001 From: Manuel Wassermann Date: Sat, 12 Nov 2016 10:47:30 +0100 Subject: [PATCH 1/1] Initial Commit --- Makefile | 1 + abi_used_libs | 2 ++ package.yml | 27 +++++++++++++++++++++++++++ pspec_x86_64.xml | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 Makefile create mode 100644 abi_used_libs create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..3fcd837 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..0bff0bb --- /dev/null +++ b/package.yml @@ -0,0 +1,27 @@ +name : rclone +version : 1.34 +release : 1 +source : + - https://github.com/ncw/rclone/archive/v1.34.tar.gz : 8426b19e0a94149fcfc0d5d1fb481af4d907459165c46cdc2d6e8eeba22851a6 +license : MIT +component : network.util +summary : Sync files to and from Google Drive, S3, Swift, Cloudfiles, etc. +description: | + Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage +builddeps : + - golang + - git +setup : | + # Set GOPATH + export GOPATH="$workdir" + + # Downloading Dependencies + go get github.com/ncw/rclone +build : | + # Building rclone + export GOPATH="$workdir" + go build -o "rclone" +install : | + # Install rclone an Man-Pages + install -D -m 00755 rclone $installdir/usr/bin/rclone + install -D -m 00644 rclone.1 $installdir/usr/share/man/man1 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..fe75114 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + rclone + + Manuel Wassermann + manuel.wassermann97@gmail.com + + MIT + network.util + Sync files to and from Google Drive, S3, Swift, Cloudfiles, etc. + Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage + + https://solus-project.com/sources/README.Solus + + + rclone + Sync files to and from Google Drive, S3, Swift, Cloudfiles, etc. + Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage + + network.util + + /usr/bin + /usr/share/man + + + + + 2016-11-12 + 1.34 + Packaging update + Manuel Wassermann + manuel.wassermann97@gmail.com + + + \ No newline at end of file -- 2.10.2