From 86407436f49ad3e5f039074b851894e4b8807800 Mon Sep 17 00:00:00 2001 From: Audrius Kažukauskas Date: Mon, 31 Mar 2014 12:49:20 +0700 Subject: system/multicorn: Updated for version 1.0.1. Signed-off-by: Willy Sudiarto Raharjo --- system/multicorn/multicorn.SlackBuild | 16 +++++----------- system/multicorn/multicorn.info | 6 +++--- 2 files changed, 8 insertions(+), 14 deletions(-) (limited to 'system/multicorn') diff --git a/system/multicorn/multicorn.SlackBuild b/system/multicorn/multicorn.SlackBuild index e58a2e7f97..3331c37df5 100644 --- a/system/multicorn/multicorn.SlackBuild +++ b/system/multicorn/multicorn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for multicorn -# Copyright 2013 Audrius Kažukauskas +# Copyright 2013-2014 Audrius Kažukauskas # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=multicorn -VERSION=${VERSION:-1.0.0_beta1} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCVERSION=$(echo $VERSION | tr _ -) - if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -62,8 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -unzip $CWD/$PRGNAM-$SRCVERSION.zip -mv $PRGNAM-$SRCVERSION $PRGNAM-$VERSION +unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -72,11 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Set Python code installation path and fix Makefile. -sed -i \ - -e "s|install$|install --root=$PKG|" \ - -e 's|^DATA =.*$|DATA = $(wildcard sql/*--*.sql)|' \ - Makefile +# Set Python code installation path. +sed -i "s|install$|install --root=$PKG|" Makefile CFLAGS="$SLKCFLAGS" make make install DESTDIR=$PKG diff --git a/system/multicorn/multicorn.info b/system/multicorn/multicorn.info index 88ba93314b..7d3264310f 100644 --- a/system/multicorn/multicorn.info +++ b/system/multicorn/multicorn.info @@ -1,8 +1,8 @@ PRGNAM="multicorn" -VERSION="1.0.0_beta1" +VERSION="1.0.1" HOMEPAGE="http://multicorn.org/" -DOWNLOAD="http://api.pgxn.org/dist/multicorn/1.0.0-beta1/multicorn-1.0.0-beta1.zip" -MD5SUM="ad67a86295ec7bb5a91c63f9062802a3" +DOWNLOAD="http://api.pgxn.org/dist/multicorn/1.0.1/multicorn-1.0.1.zip" +MD5SUM="c1b137774e0ecf473aa9628a2b4eb0e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools postgresql" -- cgit v1.2.3