forked from SynoCommunity/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dsm6' of https://github.com/jvega1976/spksrc into dsm6
* 'dsm6' of https://github.com/jvega1976/spksrc: (83 commits) [DSM6] Add support for apollolake and denverton toolchains (6.1) (SynoCommunity#2942) [DSM 6] Add support for rtd1296 (SynoCommunity#2890) Update 6.1 toolchains digests Add dockerx64 DSM 6.1 toolchain DSM 6.1 toolchains (SynoCommunity#2727) Fix DSM 6.0.2 toolchains digests. SynoCommunity#2733 (SynoCommunity#2737) Radarr DSM6 Compatibility: var->.config + version checking fix (SynoCommunity#2746) Update Sonarr for DSM6 Compatibility: var->.config + version checking fix/improvement (SynoCommunity#2745) Borgbackup (SynoCommunity#2694) Determine correct user for web-based packages via BUILDNUMBER - Remove duplicate entries znc umurmur tvheadend tt-rss transmission syncthing subliminal squidguard sonarr sickrage ...
- Loading branch information
Showing
407 changed files
with
5,752 additions
and
1,121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
PKG_NAME = acl | ||
PKG_VERS = 2.2.52 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).src.$(PKG_EXT) | ||
PKG_DIST_SITE = http://download.savannah.gnu.org/releases/acl | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
DEPENDS = cross/attr | ||
|
||
HOMEPAGE = http://kernel.org/ | ||
COMMENT = | ||
LICENSE = | ||
|
||
GNU_CONFIGURE = 1 | ||
INSTALL_TARGET = myInstall | ||
|
||
include ../../mk/spksrc.cross-cc.mk | ||
|
||
.PHONY: myInstall | ||
myInstall: | ||
$(RUN) $(MAKE) DIST_ROOT=$(INSTALL_DIR) install install-lib install-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
bin:bin/chacl | ||
bin:bin/getfacl | ||
bin:bin/setfacl | ||
lnk::libexec/libacl.so | ||
lnk:lib/libacl .so | ||
lnk:lib/libacl.so.1 | ||
lib:lib/libacl.so.1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
acl-2.2.52.src.tar.gz SHA1 537dddc0ee7b6aa67960a3de2d36f1e2ff2059d9 | ||
acl-2.2.52.src.tar.gz SHA256 179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23 | ||
acl-2.2.52.src.tar.gz MD5 a61415312426e9c2212bd7dc7929abda |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- m4/libtool.m4.old 2011-04-19 19:55:48.000000000 +0200 | ||
+++ m4/libtool.m4 2013-02-21 23:10:02.000000000 +0100 | ||
@@ -94,7 +94,7 @@ | ||
LIBTOOL_DEPS="$ltmain" | ||
|
||
# Always use our own libtool. | ||
-LIBTOOL='$(SHELL) $(top_builddir)/libtool' | ||
+LIBTOOL='/bin/bash $(top_builddir)/libtool' | ||
AC_SUBST(LIBTOOL)dnl | ||
|
||
_LT_SETUP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
PKG_NAME = borgbackup | ||
PKG_VERS = 1.0.10 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_SITE = https://files.pythonhosted.org/packages/source/b/$(PKG_NAME) | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
DEPENDS = cross/acl cross/lz4 cross/openssl | ||
|
||
HOMEPAGE = https://borgbackup.readthedocs.io/ | ||
COMMENT = Deduplicating backup program with compression and authenticated encryption | ||
LICENSE = Borg | ||
|
||
ENV += BORG_LZ4_PREFIX="$(STAGING_INSTALL_PREFIX)" BORG_OPENSSL_PREFIX="$(STAGING_INSTALL_PREFIX)" | ||
|
||
include ../../mk/spksrc.python-wheel.mk | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
borgbackup-1.0.10.tar.gz SHA1 d7c021f6595770e6d79fc9741d6505d6cf16d0a6 | ||
borgbackup-1.0.10.tar.gz SHA256 978f28f144924005219da989b1b436a32b2735a34c6d0dc15bb0a1ccffad59e9 | ||
borgbackup-1.0.10.tar.gz MD5 210cebe28da0cdce23a49a4f2102d9be |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
PKG_NAME = lz4 | ||
PKG_VERS = 1.7.5 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_SITE = https://github.com/lz4/lz4/archive/ | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
DEPENDS = | ||
|
||
HOMEPAGE = https://github.com/lz4/lz4 | ||
COMMENT = LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. | ||
LICENSE = BSD | ||
|
||
CONFIGURE_TARGET = nop | ||
INSTALL_TARGET = myInstall | ||
|
||
include ../../mk/spksrc.cross-cc.mk | ||
|
||
.PHONY: myInstall | ||
myInstall: | ||
$(RUN) $(MAKE) install PREFIX=$(STAGING_INSTALL_PREFIX) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
lnk:lib/liblz4.so | ||
lnk:lib/liblz4.so.1 | ||
lib:lib/liblz4.so.1.7.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
v1.7.5.tar.gz SHA1 a710a7d45beb0951806d2b98f0c1739107e97c14 | ||
v1.7.5.tar.gz SHA256 0190cacd63022ccb86f44fa5041dc6c3804407ad61550ca21c382827319e7e7e | ||
v1.7.5.tar.gz MD5 c9610c5ce97eb431dddddf0073d919b9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
nzbget-16.0-testing-r1439-src.tar.gz SHA1 f8a49a2156904079c450457bfb79df88bbf501ad | ||
nzbget-16.0-testing-r1439-src.tar.gz SHA256 7505a948e43e495f77d45bddd3df39860356f1010cab38b3ce97f403627bc639 | ||
nzbget-16.0-testing-r1439-src.tar.gz MD5 06ef73ddeb9e75e201095d467dec3870 | ||
nzbget-18.0-testing-r1858-src.tar.gz SHA1 906848c342481953464072ae1029bf55eb8628d9 | ||
nzbget-18.0-testing-r1858-src.tar.gz SHA256 70c99ab23b2aac48ee976dd116f2697fcb378ad403e2700a4243e557062cff23 | ||
nzbget-18.0-testing-r1858-src.tar.gz MD5 035f6a5d884cf9ce82f33b31b534cd18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Radarr.develop.0.2.0.267.linux.tar.gz SHA1 ca9ba6d6dbb29ef6a5302586c3543321d36892cb | ||
Radarr.develop.0.2.0.267.linux.tar.gz SHA256 711ef19f3160dfe0aecbff4cf01464f77f92e1b19ac69be5efca96321c38f6df | ||
Radarr.develop.0.2.0.267.linux.tar.gz MD5 a22124abf09a4d26c4647a26e1f62c28 | ||
Radarr.develop.0.2.0.596.linux.tar.gz SHA1 a4cfd6a159474b98c6000cdbd071d7c4ac785fc2 | ||
Radarr.develop.0.2.0.596.linux.tar.gz SHA256 c0f7a3980b03bc5b543fa8ca2dc482ad5cc5b24fb6bb09a40810244d03699b5d | ||
Radarr.develop.0.2.0.596.linux.tar.gz MD5 2894076a68905283bd5ab164b59fe9a3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
NzbDrone.master.2.0.0.4427.mono.tar.gz SHA1 3651a21cb4927c57881c1a2327515886dbde11dc | ||
NzbDrone.master.2.0.0.4427.mono.tar.gz SHA256 8229b2a9cffdd230ef978e08f171e407491d842ae20b90ec63b9c353fe86d218 | ||
NzbDrone.master.2.0.0.4427.mono.tar.gz MD5 64ef2140f2209410bd8e2f435c43a4b4 | ||
NzbDrone.master.2.0.0.4689.mono.tar.gz SHA1 d87cac0fe5e98b2898bb3df575296ea75f1d9284 | ||
NzbDrone.master.2.0.0.4689.mono.tar.gz SHA256 93afe3a5e7bd4c285aacb6d3c94fb4251c0de845761b82e37cc6fa85926dd614 | ||
NzbDrone.master.2.0.0.4689.mono.tar.gz MD5 9a6ff66d6e1e3e1a7ac68dba3cdf0f5c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"defaults":{ | ||
"run-as": "package" | ||
}, | ||
"username": "sc-bitlbee", | ||
"ctrl-script": [{ | ||
"action": "preinst", | ||
"run-as": "root" | ||
}, { | ||
"action": "postinst", | ||
"run-as": "root" | ||
}, { | ||
"action": "preuninst", | ||
"run-as": "root" | ||
}, { | ||
"action": "postuninst", | ||
"run-as": "root" | ||
}, { | ||
"action": "preupgrade", | ||
"run-as": "root" | ||
}, { | ||
"action": "postupgrade", | ||
"run-as": "root" | ||
}, { | ||
"action": "start", | ||
"run-as": "root" | ||
}, { | ||
"action": "stop", | ||
"run-as": "root" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
SPK_NAME = borgbackup | ||
SPK_VERS = 1.0.10 | ||
SPK_REV = 2 | ||
SPK_ICON = src/$(SPK_NAME).png | ||
|
||
BUILD_DEPENDS = cross/python3 cross/setuptools cross/pip cross/wheel | ||
BUILD_DEPENDS += cross/$(SPK_NAME) | ||
DEPENDS = cross/bash | ||
WHEELS = src/requirements.txt | ||
SPK_DEPENDS = "python3>=3.5.2-6" | ||
|
||
MAINTAINER = SynoCommunity | ||
DESCRIPTION = Deduplicating backup program with compression and authenticated encryption. | ||
STARTABLE = no | ||
DISPLAY_NAME = Borg | ||
CHANGELOG = "1. First release<br>2. Add borgmatic" | ||
BETA = 1 | ||
|
||
HOMEPAGE = https://borgbackup.readthedocs.io | ||
LICENSE = Borg | ||
|
||
INSTALLER_SCRIPT = src/installer.sh | ||
SSS_SCRIPT = src/dsm-control.sh | ||
|
||
INSTALL_PREFIX = /usr/local/$(SPK_NAME) | ||
|
||
include ../../mk/spksrc.spk.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rsc:share/wheelhouse |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#!/bin/sh | ||
|
||
# Package | ||
PACKAGE="borgbackup" | ||
DNAME="Borg" | ||
|
||
# Others | ||
INSTALL_DIR="/usr/local/${PACKAGE}" | ||
|
||
|
||
case $1 in | ||
start) | ||
exit 0 | ||
;; | ||
stop) | ||
exit 0 | ||
;; | ||
status) | ||
exit 0 | ||
;; | ||
log) | ||
exit 1 | ||
;; | ||
*) | ||
exit 1 | ||
;; | ||
esac |
Oops, something went wrong.