cd-discid: new maintainer. update to 1.4
This commit is contained in:
parent
2c68f8bcd1
commit
91da3210bf
@ -1,6 +1,7 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/cd-discid
|
-rwxr-xr-x root/root usr/bin/cd-discid
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/share/
|
||||||
drwxr-xr-x root/root usr/man/man1/
|
drwxr-xr-x root/root usr/share/man/
|
||||||
-rw-r--r-- root/root usr/man/man1/cd-discid.1.gz
|
drwxr-xr-x root/root usr/share/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/cd-discid.1.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
64677b8b63d1db0db015043f5455171a cd-discid_0.9.orig.tar.gz
|
85027b71d08fbbfb11ac2f0db6e8cea7 cd-discid-1.4.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF33B8l8eON5DhYawigre7vI6OweLyOOysBdyzpSnGC/B7BwWC2kDI9bpxvUiuCfovVO8CUVg+vSJAPnTAz7GiwwQ=
|
RWSagIOpLGJF34ttguntYGQe18WZbIx47DZXRNrwnWakPNAdWVF3HCiND9eEibqCuJDtN2KE9nuDzaRj3x8xhkV7aZA+JTTDBgk=
|
||||||
SHA256 (Pkgfile) = b0712d95c38e9c6e3c24a1cda4b28cff5d958b39da1f67d15c1c571767ddad3a
|
SHA256 (Pkgfile) = b228d041fc01a5fcced782ed0453bf84ea65e4055378b79716fd02774b4caac3
|
||||||
SHA256 (.footprint) = dae9b06d65b71c5bad6c1dbb4a389392f65cd8050acf486cfd03a881e423e762
|
SHA256 (.footprint) = 74932d1a42a55fd127501dff9edf9e4e2628da0e6f9c4b6dc42f2d8e13205ebc
|
||||||
SHA256 (cd-discid_0.9.orig.tar.gz) = 4917ac85e734d669cc4e2b8e04803afc3bddb809fc36ba400ef48075839fa2bb
|
SHA256 (cd-discid-1.4.tar.gz) = ffd68cd406309e764be6af4d5cbcc309e132c13f3597c6a4570a1f218edd2c63
|
||||||
|
@ -1,18 +1,14 @@
|
|||||||
# Description: Backend utility to get cddb information
|
# Description: Backend utility to get cddb information
|
||||||
# URL: http://lly.org/~rcw/cd-discid/
|
# URL: http://linukz.org/cd-discid.shtml
|
||||||
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
|
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
||||||
# Depends on:
|
|
||||||
|
|
||||||
name=cd-discid
|
name=cd-discid
|
||||||
version=0.9
|
version=1.4
|
||||||
release=1
|
release=1
|
||||||
source=(http://lly.org/~rcw/$name/${name}_$version.orig.tar.gz)
|
source=(http://linukz.org/download/$name-$version.tar.gz)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd "$name-$version"
|
cd "$name-$version"
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG \
|
make STRIP=/bin/true DESTDIR=$PKG PREFIX=/usr install
|
||||||
PREFIX=/usr \
|
|
||||||
mandir=$PKG/usr/man/man1 \
|
|
||||||
install
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user