system/read-edid: Updated for version 3.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2014-03-17 08:46:58 +07:00 committed by Erik Hanson
parent 88bc60eda6
commit 7ce7a6ba42
2 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=read-edid
VERSION=${VERSION:-3.0.0}
VERSION=${VERSION:-3.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -65,13 +65,13 @@ cd build
# make install puts stuff in wrong places, just do it ourselves:
mkdir -p $PKG/usr/man/man1 $PKG/usr/bin
install -m0755 -s get-edid/get-edid parse-edid/parse-edid $PKG/usr/bin
gzip -9c < ../get-edid.man > $PKG/usr/man/man1/get-edid.1.gz
gzip -9c < ../get-edid.1 > $PKG/usr/man/man1/get-edid.1.gz
ln -s get-edid.1.gz $PKG/usr/man/man1/read-edid.1.gz
ln -s get-edid.1.gz $PKG/usr/man/man1/parse-edid.1.gz
cd ..
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="read-edid"
VERSION="3.0.0"
VERSION="3.0.1"
HOMEPAGE="http://www.polypux.org/projects/read-edid/"
DOWNLOAD="http://www.polypux.org/projects/read-edid/read-edid-3.0.0.tar.gz"
MD5SUM="2ac6821cb3ef2eb7f62583f49f0867e0"
DOWNLOAD="http://www.polypux.org/projects/read-edid/read-edid-3.0.1.tar.gz"
MD5SUM="81f6a57162127ab9e969da53bc290e63"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""