forked from ports/contrib
mpc: deleted unmaintained port
This commit is contained in:
parent
6e49faca5c
commit
e8e964081f
@ -1,4 +0,0 @@
|
||||
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/
|
@ -1,5 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3ywEhP+s9q/27lHWeA/g5u6Q7opPmL46DKKLAkRMzXirISzvw9Dz4eiVY7WiTMqnEn5ihP7vcYSARGn8kTqB7gk=
|
||||
SHA256 (Pkgfile) = b151144ee12840919f2f4ea01bce9a7f60cc72e5ed5713c14382eccc01ed68a5
|
||||
SHA256 (.footprint) = db8b52b774d25e31b0f34602f36aa2390d1ee975bb44e88a9e41cd9378010965
|
||||
SHA256 (mpc-0.33.tar.xz) = 4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296
|
21
mpc/Pkgfile
21
mpc/Pkgfile
@ -1,21 +0,0 @@
|
||||
# Description: Command line MPD client
|
||||
# URL: https://www.musicpd.org/clients/mpc/
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: Mark Rosenstand, mark at borkware dot net
|
||||
# Depends on: libmpdclient meson ninja
|
||||
# Optional: python3-docutils python3-sphinx
|
||||
|
||||
name=mpc
|
||||
version=0.33
|
||||
release=1
|
||||
source=(http://www.musicpd.org/download/mpc/0/mpc-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
# 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