From cb9adca66c5e5a8d43cf8e646c6ef345db3823e9 Mon Sep 17 00:00:00 2001 From: Shayne Sweeney Date: Sat, 22 Oct 2016 17:58:25 -0700 Subject: [PATCH] Added pianobar, a console based Pandora client --- Makefile | 1 + package.yml | 18 ++++++++++++++++++ pspec_x86_64.xml | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 Makefile 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/package.yml b/package.yml new file mode 100644 index 0000000..afeb63e --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : pianobar +version : 2016.06.02 +release : 1 +source : + - https://github.com/PromyLOPh/pianobar/archive/2016.06.02.tar.gz : 977d696c51d8e768be7b9a72480f1277cac99b3d007cd789e31364264dce25c2 +license : MIT +component : multimedia.audio +summary : Console-based pandora.com player +description: | + pianobar is a console client for the personalized web radio Pandora. +builddeps : + - pkgconfig(libavfilter) + - pkgconfig(ao) + - pkgconfig(json-c) +build : | + %make +install : | + %make_install PREFIX=/usr diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..b6beb89 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + pianobar + + Automated Package Build + no.email.set.in.config + + MIT + multimedia.audio + Console-based pandora.com player + pianobar is a console client for the personalized web radio Pandora. + + https://solus-project.com/sources/README.Solus + + + pianobar + Console-based pandora.com player + pianobar is a console client for the personalized web radio Pandora. + + multimedia.audio + + /usr/bin + /usr/share/man + + + + + 2016-10-23 + 2016.06.02 + Packaging update + Automated Package Build + no.email.set.in.config + + + \ No newline at end of file -- 2.10.1