cd-discid: new maintainer. update to 1.4

This commit is contained in:
John Vogel 2018-02-18 14:42:10 -05:00
parent 2c68f8bcd1
commit 91da3210bf
4 changed files with 14 additions and 17 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cd-discid
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cd-discid.1.gz
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/cd-discid.1.gz

View File

@ -1 +1 @@
64677b8b63d1db0db015043f5455171a cd-discid_0.9.orig.tar.gz
85027b71d08fbbfb11ac2f0db6e8cea7 cd-discid-1.4.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33B8l8eON5DhYawigre7vI6OweLyOOysBdyzpSnGC/B7BwWC2kDI9bpxvUiuCfovVO8CUVg+vSJAPnTAz7GiwwQ=
SHA256 (Pkgfile) = b0712d95c38e9c6e3c24a1cda4b28cff5d958b39da1f67d15c1c571767ddad3a
SHA256 (.footprint) = dae9b06d65b71c5bad6c1dbb4a389392f65cd8050acf486cfd03a881e423e762
SHA256 (cd-discid_0.9.orig.tar.gz) = 4917ac85e734d669cc4e2b8e04803afc3bddb809fc36ba400ef48075839fa2bb
RWSagIOpLGJF34ttguntYGQe18WZbIx47DZXRNrwnWakPNAdWVF3HCiND9eEibqCuJDtN2KE9nuDzaRj3x8xhkV7aZA+JTTDBgk=
SHA256 (Pkgfile) = b228d041fc01a5fcced782ed0453bf84ea65e4055378b79716fd02774b4caac3
SHA256 (.footprint) = 74932d1a42a55fd127501dff9edf9e4e2628da0e6f9c4b6dc42f2d8e13205ebc
SHA256 (cd-discid-1.4.tar.gz) = ffd68cd406309e764be6af4d5cbcc309e132c13f3597c6a4570a1f218edd2c63

View File

@ -1,18 +1,14 @@
# Description: Backend utility to get cddb information
# URL: http://lly.org/~rcw/cd-discid/
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on:
# URL: http://linukz.org/cd-discid.shtml
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=cd-discid
version=0.9
version=1.4
release=1
source=(http://lly.org/~rcw/$name/${name}_$version.orig.tar.gz)
source=(http://linukz.org/download/$name-$version.tar.gz)
build () {
cd "$name-$version"
make
make DESTDIR=$PKG \
PREFIX=/usr \
mandir=$PKG/usr/man/man1 \
install
make STRIP=/bin/true DESTDIR=$PKG PREFIX=/usr install
}