diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-23 09:16:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-23 17:36:16 +0700 |
commit | 42d060d4b0077253900db6bb755571644ac212b5 (patch) | |
tree | 0f3427fe75af0338a48a2638608368d5b497859c /development | |
parent | 335a21b3c09fd30b1c15d18f35f535aecd97a195 (diff) | |
download | slackbuilds-42d060d4b0077253900db6bb755571644ac212b5.tar.gz |
development/avrdude: Updated for version 6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/avrdude/avrdude.SlackBuild | 11 | ||||
-rw-r--r-- | development/avrdude/avrdude.info | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/development/avrdude/avrdude.SlackBuild b/development/avrdude/avrdude.SlackBuild index 709d10a4c3..13ca2039f2 100644 --- a/development/avrdude/avrdude.SlackBuild +++ b/development/avrdude/avrdude.SlackBuild @@ -5,7 +5,7 @@ # Written by Dustin Schnee <schnee72{at}gmail{dot}com> PRGNAM=avrdude -VERSION=${VERSION:-6.1} +VERSION=${VERSION:-6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -60,6 +60,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --disable-static \ --build=$ARCH-slackware-linux make diff --git a/development/avrdude/avrdude.info b/development/avrdude/avrdude.info index 186c6a578e..e83c0ae342 100644 --- a/development/avrdude/avrdude.info +++ b/development/avrdude/avrdude.info @@ -1,8 +1,8 @@ PRGNAM="avrdude" -VERSION="6.1" +VERSION="6.2" HOMEPAGE="http://www.nongnu.org/avrdude/" -DOWNLOAD="http://download.savannah.gnu.org/releases/avrdude/avrdude-6.1.tar.gz" -MD5SUM="9db8c25b935d34234b9b1ba16ad55fd5" +DOWNLOAD="http://download.savannah.gnu.org/releases/avrdude/avrdude-6.2.tar.gz" +MD5SUM="11eba11661713a43d371e4ff382d98c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |