mpd: 0.21.24 -> 0.21.25
This commit is contained in:
parent
59a577c6a6
commit
a3eb57f79c
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF32CVpseyZKSTOoZnKheCk4TL3lK2HT/cFUf1o37LN6Ap4Q2sZ9CI6eL4eXhInUxqIuigRBK42jyZE4Aw97jc1QQ=
|
||||
SHA256 (Pkgfile) = 7047bf92b381f6c5d83792ce83b5c30b9c139f0b463866acc46480d86ec097b3
|
||||
RWSagIOpLGJF3xpkNbz/P0U6bHWzq/LqslVCFk92yJ8/qgrUIy4WivEtD8VZWFJPRO3eTr8VFurIpegJ+n2RwZbMvlHhhHzWkAk=
|
||||
SHA256 (Pkgfile) = 8d8e4908afdb9159444db294af9101549d3e3a00c12805a1fff81b554dbfd5cb
|
||||
SHA256 (.footprint) = 20710b1b34a90ced09c31dfb096e721edd6bb59f51e92507b55806792bd52d3e
|
||||
SHA256 (mpd-0.21.24.tar.xz) = 84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6
|
||||
SHA256 (mpd-0.21.25.tar.xz) = 20a0ad01bf327b2dbeb6ae8e1af952cb0de83d2d63fab0fa4b7183a74765c201
|
||||
SHA256 (mpd) = ec90dbf45d72c30b0837e2caed55df9c28b00416a92838012e1aea8cfe704ce3
|
||||
|
14
mpd/Pkgfile
14
mpd/Pkgfile
@ -5,27 +5,25 @@
|
||||
# Optional: faad2 flac audiofile
|
||||
|
||||
name=mpd
|
||||
version=0.21.24
|
||||
version=0.21.25
|
||||
release=1
|
||||
source=(https://www.musicpd.org/download/mpd/${version%.*}/$name-$version.tar.xz mpd)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
meson build \
|
||||
meson $name-$version build \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
-Ddocumentation=false \
|
||||
-Dmpcdec=disabled
|
||||
|
||||
ninja -C build -j ${JOBS-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
install -d $PKG/etc
|
||||
install -m 0644 doc/mpdconf.example $PKG/etc/mpd.conf
|
||||
install -m 0644 $SRC/$name-$version/doc/mpdconf.example $PKG/etc/mpd.conf
|
||||
install -D $SRC/mpd $PKG/etc/rc.d/mpd
|
||||
|
||||
install -D doc/mpd.1 $PKG/usr/share/man/1/mpd.1
|
||||
install -D doc/mpd.conf.5 $PKG/usr/share/man/5/mpd.conf.5
|
||||
install -D $SRC/$name-$version/doc/mpd.1 $PKG/usr/share/man/1/mpd.1
|
||||
install -D $SRC/$name-$version/doc/mpd.conf.5 $PKG/usr/share/man/5/mpd.conf.5
|
||||
|
||||
rm -r $PKG/usr/share/doc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user