mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-13 12:47:01 +02:00
libmpdclient: update to 2.22.
This commit is contained in:
parent
0bd0efc2fc
commit
73072ea99e
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'libmpdclient'
|
||||
pkgname=libmpdclient
|
||||
version=2.20
|
||||
version=2.22
|
||||
revision=1
|
||||
build_style=meson
|
||||
short_desc="Asynchronous API library for interfacing MPD"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
license="BSD-2-Clause, BSD-3-Clause"
|
||||
homepage="http://www.musicpd.org/libs/libmpdclient/"
|
||||
distfiles="http://www.musicpd.org/download/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=18793f68e939c3301e34d8fcadea1f7daa24143941263cecadb80126194e277d
|
||||
checksum=eac15b82b5ba5ed0648af580221eb74657394f7fe768e966d9e9ebb27435429f
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vlicense LICENSES/BSD-2-Clause.txt
|
||||
vlicense LICENSES/BSD-3-Clause.txt
|
||||
}
|
||||
|
||||
libmpdclient-devel_package() {
|
||||
|
@ -21,6 +22,5 @@ libmpdclient-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/vala
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue