gmpc-mdcover: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:40:51 +00:00
parent 63904091d0
commit 8e59f9bb91
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 29 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gmpc/
drwxr-xr-x root/root usr/lib/gmpc/plugins/
-rwxr-xr-x root/root usr/lib/gmpc/plugins/mdcaplugin.la
-rwxr-xr-x root/root usr/lib/gmpc/plugins/mdcaplugin.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wi+Gt5Cln0Ynua8+eHw1SUFFQKEKiFAR1J9sLaEJTnTfqEmj1m4N+9RkikFyH2Xaccz2kyrN+rixKp7rwyr3Qw=
SHA256 (Pkgfile) = 4f8e6c2972192aab2815621fd73cfa03767b247d84e9a979a52e9adde5029d22
SHA256 (.footprint) = 4963be40e8a7da93aa69a3306c23d820f44dfb1984cbee2498a719aca9bc2c01
SHA256 (gmpc-mdcover-0.20.0.tar.gz) = e0f50943e46ff83614d9d18e08aa2b4e592b71df090763e0827dee8106170d82

View File

@ -1,18 +0,0 @@
# Description: Album/Artist/Cover art pluign for gmpc
# URL: https://gmpc.fandom.com/wiki/Gnome_Music_Player_Client
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: gmpc
name=gmpc-mdcover
version=0.20.0
release=1
source=(http://download.sarine.nl/Programs/gmpc/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}