tig: 1.2.1 -> 2.0.1

This commit is contained in:
Thomas Penteker 2014-05-06 21:35:14 +02:00
parent 161aa94266
commit a4c2e3bf49
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/tigrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tig

View File

@ -1 +1 @@
d5c1dd1d829f8e515f59c96a5d419323 tig-1.2.1.tar.gz
e0b3bc47b8c2c1e556ae953c0b30faab tig-2.0.1.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: git
name=tig
version=1.2.1
version=2.0.1
release=1
source=(http://jonas.nitro.dk/$name/releases/$name-$version.tar.gz)
@ -14,7 +14,7 @@ build() {
./configure --prefix=/usr --mandir=/usr/man --sysconfdir=/etc
make LDLIBS=-lncursesw
make LDLIBS="-lncursesw -lreadline"
make prefix=/usr DESTDIR=$PKG install
# tig requires asciidoc for building man pages...
#for i in 1 5 7; do