Compiling cuetools with spksrc for synology NAS


Read the disclaimer

This article describes how to compile cuetools for synology devices, package it and install it.

You can get the cuetools sources at https://github.com/svend/cuetools
The package described in this guide will download the content from that repository.

cuetools is a set of utilities for working with Cue Sheet (cue) and Table of Contents (toc) files.

This guide is the same that :
https://dayandnightcoding.blogspot.com/2020/04/compiling-cpulimit-with-spksrc-for.html
You can follow the different steps there.
I'll document only the steps referring specifically to cuetools

Clone the repository and make setup

  • on the ubuntu host
  • start a terminal
  • choose a folder for the git clone root
  • git clone https://github.com/youpla/spksrc.git
  • cd spksrc/
  • make setup

Compile the cuetools package for your architecture

in a terminal navigate to the cuetools folder

example:
/home/userprofile/test-git/spksrc/spk/cuetools

make arch-armada375

Install the package

Go to the file explorer and find the generated file.

example
/home/userprofile/test-git/spksrc/packages/cuetools_armada375-6.1_1.4.1-1.spk

Testing

See :
https://dayandnightcoding.blogspot.com/2020/04/testing-package-compiled-with-spksrc.html

The cuetools package has been tested for install and uninstall on my DS-115 with no noticed problem. The blog  disclaimer still applies.

With ssh we can check the following:

Popular posts from this blog

cuesplitflac : a mass flac splitting script for synology and ubuntu

Compiling "file" with spksrc for synology NAS

Compiling cpulimit with spksrc for synology NAS