diff options
-rw-r--r-- | cd-discid/.footprint | 7 | ||||
-rw-r--r-- | cd-discid/.md5sum | 2 | ||||
-rw-r--r-- | cd-discid/.signature | 8 | ||||
-rw-r--r-- | cd-discid/Pkgfile | 14 |
4 files changed, 14 insertions, 17 deletions
diff --git a/cd-discid/.footprint b/cd-discid/.footprint index 56426f797..b659cd9e9 100644 --- a/cd-discid/.footprint +++ b/cd-discid/.footprint @@ -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 diff --git a/cd-discid/.md5sum b/cd-discid/.md5sum index 075c93236..afd030b30 100644 --- a/cd-discid/.md5sum +++ b/cd-discid/.md5sum @@ -1 +1 @@ -64677b8b63d1db0db015043f5455171a cd-discid_0.9.orig.tar.gz +85027b71d08fbbfb11ac2f0db6e8cea7 cd-discid-1.4.tar.gz diff --git a/cd-discid/.signature b/cd-discid/.signature index b987dd2f6..eda2e715d 100644 --- a/cd-discid/.signature +++ b/cd-discid/.signature @@ -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 diff --git a/cd-discid/Pkgfile b/cd-discid/Pkgfile index 92b448b23..9a91794ce 100644 --- a/cd-discid/Pkgfile +++ b/cd-discid/Pkgfile @@ -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 } |