tig: 0.16.2 -> 0.17

This commit is contained in:
Thomas Penteker 2011-03-11 13:10:45 +01:00
parent 896a9ee28b
commit 63ab818ec8
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/test-graph
-rwxr-xr-x root/root usr/bin/tig
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/

View File

@ -1 +1 @@
d72b5d3437dbc538ea6f66c74988d75e tig-0.16.2.tar.gz
f373343199422c59518776db448dec0e tig-0.17.tar.gz

View File

@ -5,16 +5,15 @@
# Depends on: git
name=tig
version=0.16.2
release=2
source=(http://jonas.nitro.dk/$name/releases/$name-$version.tar.gz)
version=0.17
release=1
source=(http://jonas.nitro.dk/$name/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --sysconfdir=/etc
make LDLIBS=-lncursesw
make prefix=/usr DESTDIR=$PKG install install-doc-man
}