mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/zfs-on-linux: Updated for version 0.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a73d41f34f
commit
9545833029
2 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for zfs-on-linux
|
||||
|
||||
# Copyright 2013 Petr Hejl - Czech Republic
|
||||
# Copyright 2013-2014 Petr Hejl - Czech Republic
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=zfs-on-linux
|
||||
SRCNAM=zfs
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
VERSION=${VERSION:-0.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -113,8 +113,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYRIGHT DISCLAIMER OPENSOLARIS.LICENSE README.markdown \
|
||||
cp -a AUTHORS COPYRIGHT DISCLAIMER OPENSOLARIS.LICENSE README.markdown \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zfs-on-linux"
|
||||
VERSION="0.6.2"
|
||||
VERSION="0.6.3"
|
||||
HOMEPAGE="http://zfsonlinux.org"
|
||||
DOWNLOAD="http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz"
|
||||
MD5SUM="0b183b0abdd5be287046ad9ce4f899fd"
|
||||
DOWNLOAD="http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.3.tar.gz"
|
||||
MD5SUM="5bcc32c122934d421eba68e16826637d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="spl-solaris"
|
||||
|
|
Loading…
Reference in a new issue