mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
haskell/haskell-pandoc-types: Updated for version 1.12.4.7.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
acb0ba9591
commit
cdbd25c206
2 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-pandoc-types
|
||||
VERSION=${VERSION:-1.12.4.1}
|
||||
VERSION=${VERSION:-1.12.4.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,10 +69,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
|||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -98,7 +98,7 @@ 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 COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a 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-pandoc-types"
|
||||
VERSION="1.12.4.1"
|
||||
VERSION="1.12.4.7"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/pandoc-types"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/pandoc-types/1.12.4.1/pandoc-types-1.12.4.1.tar.gz"
|
||||
MD5SUM="62cea7ac92a53a4023b9e849cf99792b"
|
||||
DOWNLOAD="http://hackage.haskell.org/package/pandoc-types-1.12.4.7/pandoc-types-1.12.4.7.tar.gz"
|
||||
MD5SUM="bd46e342a9858966d8e647e24186cf10"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-syb haskell-aeson haskell-deepseq-generics"
|
||||
|
|
Loading…
Reference in a new issue