pianobar: update to 2018.06.22. (#420)

This commit is contained in:
cr6git 2018-06-27 02:31:04 +02:00 committed by GitHub
parent 59c17d23e0
commit b5291cc219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 12 deletions

View File

@ -1,20 +1,18 @@
# Template file for 'pianobar'
pkgname=pianobar
version=2017.08.30
revision=3
version=2018.06.22
revision=1
build_style=gnu-makefile
make_build_args="V=1"
hostmakedepends="pkg-config"
makedepends="libcurl-devel faad2-devel libao-devel gnutls-devel libgcrypt-devel json-c-devel ffmpeg-devel"
short_desc="A free/open-source, console-based client for Pandora radio"
makedepends="faad2-devel ffmpeg-devel gnutls-devel json-c-devel libao-devel libcurl-devel"
short_desc="Free/open-source, console-based client for Pandora radio"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://6xq.net/projects/pianobar/"
homepage="https://6xq.net/pianobar/"
distfiles="https://github.com/PromyLOPh/pianobar/archive/${version}.tar.gz"
checksum=d164416e01cb0f1fd05fd9db20aa75f42659d71acbe50375e7f3f894e3de66e0
checksum=a616ef70c04ceea8294caaba091d6a16bf35293bdc587151a235fb0e6a00ad90
do_build() {
make CC="$CC -std=c99" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" V=1 ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
vlicense COPYING LICENSE
post_install() {
vlicense COPYING
}