1
0
forked from ports/contrib

gmpc-lyrics: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:39:01 +00:00
parent 88bdc68535
commit c949a6863b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 28 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/lyricsplugin.la
-rwxr-xr-x root/root usr/lib/gmpc/plugins/lyricsplugin.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37NJpXZMnEtNo3XmoFSu05/GH3TiZAEqo40k5w95PrQvvMx3eXCZMIHNNayUfsh/eYyos6JS+5no3BlzKKsIZwI=
SHA256 (Pkgfile) = ff715260cd9a6d3958c47b4903083f6496b6662dadac01f010e28b2dba934b2f
SHA256 (.footprint) = 3f83aa25f2516acb5a7b2f18719f3e61bb22b73619d9c42c5f6077865266c74b
SHA256 (gmpc-lyrics-11.8.16.tar.gz) = 5dee816c422364b1a7eaf2c34dbacf56ee416eacad15acbe65920a2ba2ee33be

View File

@ -1,17 +0,0 @@
# Description: Lyrics 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-lyrics
version=11.8.16
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
}