mpd: 0.20.6 -> 0.20.9 add boost at a dependency, move man pages to /usr/share

This commit is contained in:
Danny Rawlins 2017-06-25 22:45:03 +10:00
parent 3d887355fa
commit 215b11ddf6
4 changed files with 17 additions and 17 deletions

View File

@ -5,8 +5,9 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mpd
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mpd.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/mpd.conf.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mpd.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/mpd.conf.5.gz

View File

@ -1,2 +1,2 @@
2f5c3f15990e1d1c16927b3be2f9476c mpd
1197a2190fc8ddfccbf4bba3b749cea4 mpd-0.20.6.tar.xz
3eeb559a856d2b5de468a8b713967202 mpd-0.20.9.tar.xz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xkX/39JX/qiKOdV2T3LR3O/qmrE1Y8ZyzBH9hTStmZuAUnNcnD30m+78dQnD79uJ54+GLAE1PbK27QiStDlJQs=
SHA256 (Pkgfile) = d20a695ec478cabf757c8c5bf89a0164473526e8efce2910e9ba7ae8e7c2636e
SHA256 (.footprint) = a816121b619802fec63bd60820b96154bda2d0d74bf859090de7f18fac722b50
SHA256 (mpd-0.20.6.tar.xz) = f4055e1189e5cc00e83706b2e0b5ead924ced0303e073d7802ee9f9a8eba4b47
RWSagIOpLGJF37CQtTuFZQ5zAoaqyxss9/GpobcITtXfdzm3Uu3PSY4e331/LnehCBudFpGQOULTnXwRKIHVPALebpExhWaZmgA=
SHA256 (Pkgfile) = 0ea68beebb900ddd92c647da79177248ad28491e19c80296b2c879f780214c79
SHA256 (.footprint) = 49f4ed7759810da655b99e19f38005afc4be6c50f66468d1404407ceb60713d9
SHA256 (mpd-0.20.9.tar.xz) = cd77a2869e32354b004cc6b34fcb0bee56114caa2d9ed862aaa8071441e34eb7
SHA256 (mpd) = ec90dbf45d72c30b0837e2caed55df9c28b00416a92838012e1aea8cfe704ce3

View File

@ -2,28 +2,27 @@
# URL: http://www.musicpd.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: libmad libvorbis libid3tag glib
# Nice to have: faad2 flac audiofile boost
# Depends on: libmad libvorbis libid3tag glib boost
# Optional: faad2 flac audiofile
name=mpd
version=0.20.6
version=0.20.9
release=1
source=(http://www.musicpd.org/download/mpd/0.20/$name-$version.tar.xz mpd)
source=(https://www.musicpd.org/download/mpd/0.20/$name-$version.tar.xz mpd)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
mkdir -p $PKG/etc
install -d $PKG/etc
install -m 0644 doc/mpdconf.example $PKG/etc/mpd.conf
install -D $SRC/mpd $PKG/etc/rc.d/mpd
rm -rf $PKG/usr/share
rm -r $PKG/usr/share/doc
}