forked from ports/contrib
tig: 0.16.2 -> 0.17
This commit is contained in:
parent
896a9ee28b
commit
63ab818ec8
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
d72b5d3437dbc538ea6f66c74988d75e tig-0.16.2.tar.gz
|
||||
f373343199422c59518776db448dec0e tig-0.17.tar.gz
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user