pianobar: update to 2018.06.22. (#420)
This commit is contained in:
parent
59c17d23e0
commit
b5291cc219
1 changed files with 10 additions and 12 deletions
|
@ -1,20 +1,18 @@
|
||||||
# Template file for 'pianobar'
|
# Template file for 'pianobar'
|
||||||
pkgname=pianobar
|
pkgname=pianobar
|
||||||
version=2017.08.30
|
version=2018.06.22
|
||||||
revision=3
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_build_args="V=1"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libcurl-devel faad2-devel libao-devel gnutls-devel libgcrypt-devel json-c-devel ffmpeg-devel"
|
makedepends="faad2-devel ffmpeg-devel gnutls-devel json-c-devel libao-devel libcurl-devel"
|
||||||
short_desc="A free/open-source, console-based client for Pandora radio"
|
short_desc="Free/open-source, console-based client for Pandora radio"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://6xq.net/projects/pianobar/"
|
homepage="https://6xq.net/pianobar/"
|
||||||
distfiles="https://github.com/PromyLOPh/pianobar/archive/${version}.tar.gz"
|
distfiles="https://github.com/PromyLOPh/pianobar/archive/${version}.tar.gz"
|
||||||
checksum=d164416e01cb0f1fd05fd9db20aa75f42659d71acbe50375e7f3f894e3de66e0
|
checksum=a616ef70c04ceea8294caaba091d6a16bf35293bdc587151a235fb0e6a00ad90
|
||||||
|
|
||||||
do_build() {
|
post_install() {
|
||||||
make CC="$CC -std=c99" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" V=1 ${makejobs}
|
vlicense COPYING
|
||||||
}
|
|
||||||
do_install() {
|
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
|
||||||
vlicense COPYING LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue