development/tig: Updated for version 0.14.1

This commit is contained in:
Grigorios Bouzakis 2010-05-12 17:38:59 +02:00 committed by David Somero
parent 5c32e959d9
commit d37523cfbf
2 changed files with 9 additions and 7 deletions

View file

@ -4,7 +4,7 @@
# Written by Grigorios Bouzakis (grbzks@gmail.com)
PRGNAM=tig
VERSION=${VERSION:-0.12.1}
VERSION=${VERSION:-0.14.1}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -52,8 +52,10 @@ make
make install install-doc DESTDIR=$PKG
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null
)
( cd $PKG/usr/man

View file

@ -1,8 +1,8 @@
PRGNAM="tig"
VERSION="0.12.1"
VERSION="0.14.1"
HOMEPAGE="http://jonas.nitro.dk/tig/"
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-0.12.1.tar.gz"
MD5SUM="45f87a823ffd015367208cfe680bcb9f"
DOWNLOAD="http://jonas.nitro.dk/tig/releases/tig-0.14.1.tar.gz"
MD5SUM="e47bf48813c0cbe6be0f3b749e6de96c"
MAINTAINER="Grigorios Bouzakis"
EMAIL="grbzks@gmail.com"
APPROVED="Michiel"
APPROVED="dsomero"