mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mpd to 0.22.4-2
This commit is contained in:
parent
bbe2e1cbd4
commit
f9a7608754
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: David Runge <dvzrv@archlinux.org>
|
||||
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
||||
# Contributor: Gaetan Bisson <bisson@archlinux.org>
|
||||
# Contributor: Angel Velasquez <angvp@archlinux.org>
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
|
@ -10,7 +11,7 @@
|
|||
|
||||
pkgname=mpd
|
||||
pkgver=0.22.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Flexible, powerful, server-side application for playing music"
|
||||
url="https://www.musicpd.org/"
|
||||
license=('GPL2')
|
||||
|
@ -76,7 +77,7 @@ check() {
|
|||
}
|
||||
|
||||
package() {
|
||||
depends+=('libFLAC.so' 'libao.so' 'libasound.so' 'libaudiofile.so'
|
||||
depends+=('libbz2.so' 'libFLAC.so' 'libao.so' 'libasound.so' 'libaudiofile.so'
|
||||
'libavahi-client.so' 'libavahi-common.so' 'libavcodec.so' 'libavformat.so'
|
||||
'libavutil.so' 'libcurl.so' 'libdbus-1.so' 'libexpat.so' 'libfaad.so'
|
||||
'libfluidsynth.so' 'libicui18n.so' 'libicuuc.so' 'libid3tag.so' 'libjack.so'
|
||||
|
@ -91,3 +92,5 @@ package() {
|
|||
install -vDm 644 "../${pkgname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
|
||||
install -vDm 644 "../${pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue