forked from ports/contrib
mpc: 0.28 -> 0.33
This commit is contained in:
parent
7aa3f82dad
commit
7b4fbeaf6b
@ -2,6 +2,3 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/mpc
|
||||
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/mpc.1.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF33dNueKFMQAkHJADy93mFXTbGu6RdW+tfKLiI2b/RUbO3jIxoW4wyauS1lBNUpvIzTLKTS4mpB2GCmn9T2/qAgc=
|
||||
SHA256 (Pkgfile) = 4a23ac0cadf1b6335d50478d10e65cf4a839c665869178e7d749be7327ca3bc3
|
||||
SHA256 (.footprint) = 7cb24c1c5428439113eaee28b57aa63b8e1768e0b1f4dacc527c69ae462257c7
|
||||
SHA256 (mpc-0.28.tar.xz) = a4337d06c85dc81a638821d30fce8a137a58d13d510be34a11c1cce95cabc547
|
||||
RWSagIOpLGJF32abWWA1TQsdn7uXUz7DlE/9bT6w/WGvrDX0OLFOvDDSZdWcRkzpucIFVpjqHdjCqRF2haz9ZRx/gA4aSgTJ/QM=
|
||||
SHA256 (Pkgfile) = fe356c1bd6ed8c8d3d26421a38caadf6d763ca115ec3388cec9384ce047dfe2f
|
||||
SHA256 (.footprint) = db8b52b774d25e31b0f34602f36aa2390d1ee975bb44e88a9e41cd9378010965
|
||||
SHA256 (mpc-0.33.tar.xz) = 4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296
|
||||
|
18
mpc/Pkgfile
18
mpc/Pkgfile
@ -2,20 +2,20 @@
|
||||
# URL: https://www.musicpd.org/mpc.shtml
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: Mark Rosenstand, mark at borkware dot net
|
||||
# Depends on: libmpdclient
|
||||
# Depends on: libmpdclient meson ninja
|
||||
# Optional: python3-docutils python3-sphinx
|
||||
|
||||
name=mpc
|
||||
version=0.28
|
||||
version=0.33
|
||||
release=1
|
||||
source=(http://www.musicpd.org/download/mpc/0/mpc-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/share/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
# manpages need a new port: python3-docutils
|
||||
#[[ -e /usr/bin/sphinx-build && -e /usr/bin/rst2man3 ]] && PKGMK_MPC+=" -Ddocumentation=enabled" || PKGMK_MPC+=" -Ddocumentation=disabled"
|
||||
meson $name-$version build $PKGMK_MPC \
|
||||
--prefix=/usr
|
||||
ninja -C build
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
rm -rf $PKG/usr/share/doc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user