From 23e6622ebbdbff4636adb510ff349234c2e8ecfa 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 | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 52 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..6840b00 --- /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 +summary : Console-based pandora.com player. +description: | + pianobar is a console client for the personalized web radio Pandora. +ccache : no +builddeps : + - pkgconfig(libavfilter) + - pkgconfig(ao) + - pkgconfig(json-c) +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..02e6dab --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,33 @@ + + + pianobar + + Shayne Sweeney + shaynesweeney@me.com + + MIT + 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. + + + /usr/local/bin/pianobar + /usr/local/share/man/man1/pianobar.1 + + + + + 2016-10-23 + 2016.06.02 + Packaging update + Shayne Sweeney + shaynesweeney@me.com + + + \ No newline at end of file -- 2.10.1