From 999b3635494c28363dd34fadf9d5b122592a3200 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Sat, 14 Dec 2013 08:54:55 +0700 Subject: academic/primer3: Updated for version 2.3.6. Signed-off-by: Willy Sudiarto Raharjo --- academic/primer3/primer3.SlackBuild | 16 ++++++++-------- academic/primer3/primer3.info | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'academic') diff --git a/academic/primer3/primer3.SlackBuild b/academic/primer3/primer3.SlackBuild index a6793aee98..94ea102563 100644 --- a/academic/primer3/primer3.SlackBuild +++ b/academic/primer3/primer3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for primer3 -# Copyright 2011-2013 Petar Petrov, ppetrov@paju.oulu.fi +# Copyright 2011-2013 Petar Petrov, petar.petrov@student.oulu.fi # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=primer3 -VERSION=${VERSION:-2.3.5} +VERSION=${VERSION:-2.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,18 +60,18 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/${PRGNAM}-src-${VERSION}.tar.gz cd $PRGNAM-$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 {} \; cd ./src -#Use our CFLAGS +# Use our CFLAGS sed -i "/^CFLAGS/s/=/+=/" Makefile # Look for configuration files in /usr/share instead of /opt diff --git a/academic/primer3/primer3.info b/academic/primer3/primer3.info index 0ce1093bb9..59d1388426 100644 --- a/academic/primer3/primer3.info +++ b/academic/primer3/primer3.info @@ -1,10 +1,10 @@ PRGNAM="primer3" -VERSION="2.3.5" +VERSION="2.3.6" HOMEPAGE="http://primer3.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/project/primer3/primer3/2.3.5/primer3-2.3.5.tar.gz" -MD5SUM="41fdfa3e87536d803dbfb6de511f86b2" +DOWNLOAD="http://downloads.sourceforge.net/project/primer3/primer3/2.3.6/primer3-src-2.3.6.tar.gz" +MD5SUM="6e437ec00f82452b2187da78375f3ed3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Petar Petrov" -EMAIL="ppetrov@paju.oulu.fi" +EMAIL="petar.petrov@student.oulu.fi" -- cgit v1.2.3