mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-tf-random: Updated for version 0.5.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
ff3b52ecf6
commit
726bc7c885
2 changed files with 7 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-tf-random
|
||||
VERSION=${VERSION:-0.4}
|
||||
VERSION=${VERSION:-0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -97,7 +97,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
ChangeLog LICENSE* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-tf-random"
|
||||
VERSION="0.4"
|
||||
VERSION="0.5"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/tf-random"
|
||||
DOWNLOAD="http://hackage.haskell.org/package/tf-random-0.4/tf-random-0.4.tar.gz"
|
||||
MD5SUM="95de4ea1d30cb42d69b39b6ba8099bbf"
|
||||
DOWNLOAD="http://hackage.haskell.org/package/tf-random-0.5/tf-random-0.5.tar.gz"
|
||||
MD5SUM="569f8acb14d09227f136a53ffd84b7b2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-primitive haskell-random"
|
||||
|
|
Loading…
Reference in a new issue