Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/synocommunity/spksrc into…
Browse files Browse the repository at this point in the history
… dsm6
  • Loading branch information
Dr-Bean committed Feb 10, 2017
2 parents 89ccd2e + 791dbc3 commit c8eddcb
Show file tree
Hide file tree
Showing 53 changed files with 994 additions and 344 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ spksrc is a cross compilation framework intended to compile and package software

Contributing
------------
Before opening issues or package requests, see `CONTRIBUTING`_.
Before opening a new issue, check the `FAQ`_ and search open issues.
If you can't find an answer, or if you want to open a package request, read `CONTRIBUTING`_ to make sure you include all the information needed for contributors to handle your request.


Setup Development Environment
Expand Down Expand Up @@ -56,5 +57,6 @@ When not explicitly set, files are placed under a `3 clause BSD license`_
.. _CONTRIBUTING: https://github.com/SynoCommunity/spksrc/blob/master/CONTRIBUTING.md
.. _Developers HOW TO: https://github.com/SynoCommunity/spksrc/wiki/Developers-HOW-TO
.. _Docker installation: https://docs.docker.com/engine/installation
.. _FAQ: https://github.com/SynoCommunity/spksrc/wiki/Frequently-Asked-Questions
.. _Install Docker with wget: https://docs.docker.com/linux/step_one
.. _SynoCommunity repository: http://www.synocommunity.com
2 changes: 1 addition & 1 deletion cross/boost/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = boost
PKG_VERS = 1.62.0
PKG_VERS = 1.63.0
PKG_EXT = tar.bz2
PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS))
PKG_DIST_NAME = $(PKG_DIR).$(PKG_EXT)
Expand Down
2 changes: 1 addition & 1 deletion cross/boost/PLIST
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lnk:lib/libboost_*.so
lib:lib/libboost_*.so.1.62.0
lib:lib/libboost_*.so.1.63.0
6 changes: 3 additions & 3 deletions cross/boost/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boost_1_62_0.tar.bz2 SHA1 5fd97433c3f859d8cbab1eaed4156d3068ae3648
boost_1_62_0.tar.bz2 SHA256 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0
boost_1_62_0.tar.bz2 MD5 5fb94629535c19e48703bdb2b2e9490f
boost_1_63_0.tar.bz2 SHA1 9f1dd4fa364a3e3156a77dc17aa562ef06404ff6
boost_1_63_0.tar.bz2 SHA256 beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0
boost_1_63_0.tar.bz2 MD5 1c837ecd990bb022d07e7aab32b09847
2 changes: 1 addition & 1 deletion cross/busybox/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = busybox
PKG_VERS = 1.25.1
PKG_VERS = 1.26.2
PKG_EXT = tar.bz2
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
PKG_DIST_NAME = $(PKG_DIR).$(PKG_EXT)
Expand Down
6 changes: 3 additions & 3 deletions cross/busybox/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
busybox-1.25.1.tar.bz2 SHA1 8b227b3efdb4c4aa94750f80cc63429aec6daa0b
busybox-1.25.1.tar.bz2 SHA256 27667e0f2328fdbd79cfd622e4453e5c57e58f781c5da97c9be337d93aa2a02e
busybox-1.25.1.tar.bz2 MD5 4f4c5de50b479b11ff636d7d8eb902a2
busybox-1.26.2.tar.bz2 SHA1 0b3e3cd49d6d9e30f66e364bf842663348b23dc9
busybox-1.26.2.tar.bz2 SHA256 da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16
busybox-1.26.2.tar.bz2 MD5 bb59d25ee2643db20f212eec539429f1
Loading

0 comments on commit c8eddcb

Please sign in to comment.