mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/referenceassemblies-pcl: Update directory structure.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d2576beffa
commit
b3a28d7e9b
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for referenceassemblies-pcl
|
||||
# Slackware build script for referenceassemblies-pcl
|
||||
|
||||
# Copyright 2016 Andre Barboza, Belo Horizonte - Brazil
|
||||
# Copyright 2016 Andre Barboza, Belo Horizonte - Brazil
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -32,16 +32,16 @@ ARCH=noarch
|
|||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf xamarin-${PRGNAM}-upstream-${SRCVERSION}
|
||||
rm -rf linux-packaging-referenceassemblies-pcl-upstream-${SRCVERSION}
|
||||
tar xvf $CWD/${SRCVERSION}.tar.gz || tar xvf $CWD/xamarin-${PRGNAM}-upstream-${SRCVERSION}.tar.gz
|
||||
cd xamarin-${PRGNAM}-upstream-${SRCVERSION}
|
||||
cd linux-packaging-referenceassemblies-pcl-upstream-${SRCVERSION}
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="referenceassemblies-pcl"
|
|||
VERSION="20140414"
|
||||
HOMEPAGE="https://github.com/directhex/xamarin-referenceassemblies-pcl"
|
||||
DOWNLOAD="https://github.com/directhex/xamarin-referenceassemblies-pcl/archive/upstream/2014.04.14.tar.gz"
|
||||
MD5SUM="cd007af3c02854db716b7815875ec392"
|
||||
MD5SUM="2afcedc4f8e59bb96cab27c99072f391"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mono"
|
||||
|
|
Loading…
Reference in a new issue