abcde: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:10:35 +00:00
parent 89d37b7ce2
commit 7e90db1cab
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 33 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/abcde.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/abcde
-rwxr-xr-x root/root usr/bin/abcde-musicbrainz-tool
-rwxr-xr-x root/root usr/bin/cddb-tool
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/abcde.1.gz
-rw-r--r-- root/root usr/share/man/man1/cddb-tool.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x1hap+JuO2GNiAzkEkFILo07DmKQsCMt6sWEOJTxw5qp0hBPQSE01Ei9x8NUvic+V0N2CuDgpNaUPaOoUuz0QY=
SHA256 (Pkgfile) = c7c9a6148b2000bb988f65063fb52fc83f9c6841cc45b20dfb6a3986531ef72b
SHA256 (.footprint) = 07a0104c20296297bad6cbe5f734e8d020a1f95345727941c3df0d3590b3af5f
SHA256 (abcde-2.9.3.tar.gz) = 046cd0bba78dd4bbdcbcf82fe625865c60df35a005482de13a6699c5a3b83124

View File

@ -1,16 +0,0 @@
# Description: a better cd encoder
# URL: https://abcde.einval.com/wiki/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: cd-discid cdparanoia vorbis-tools
# Optional: cdrkit faac fdk-aac ffmpeg flac id3lib imagemagick lame speex vorbisgain wavpack
name=abcde
version=2.9.3
release=1
source=(https://$name.einval.com/download/$name-$version.tar.gz)
build () {
cd "$name-$version"
make DESTDIR=$PKG prefix=/usr install
rm -rf $PKG/usr/share/doc
}