diff --git a/mpc/.footprint b/mpc/.footprint deleted file mode 100644 index 68279c1a1..000000000 --- a/mpc/.footprint +++ /dev/null @@ -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/ diff --git a/mpc/.signature b/mpc/.signature deleted file mode 100644 index 0e79d77d3..000000000 --- a/mpc/.signature +++ /dev/null @@ -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 diff --git a/mpc/Pkgfile b/mpc/Pkgfile deleted file mode 100644 index 0a511f576..000000000 --- a/mpc/Pkgfile +++ /dev/null @@ -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 -}