unison: update to 2.27.24
This commit is contained in:
parent
9f082c1e83
commit
e7e0ffda3a
@ -1,2 +1,2 @@
|
||||
768411465149c16da2f70b699a3ca244 unison-2.27.12.tar.gz
|
||||
62f8c86e8d905b01b5e8dc9db96066b5 unison-2.27.24.tar.gz
|
||||
c3d6644df76adbf44c3c12eb4fc11587 unison.1
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: ocaml
|
||||
|
||||
name=unison
|
||||
version=2.27.12
|
||||
version=2.27.24
|
||||
release=1
|
||||
source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz \
|
||||
$name.1)
|
||||
@ -13,7 +13,7 @@ source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$versi
|
||||
build() {
|
||||
cd $name-$version
|
||||
unset CFLAGS CXXFLAGS
|
||||
make UISTYLE=text
|
||||
make -j1 UISTYLE=text THREADS=true
|
||||
install -D -m 755 unison $PKG/usr/bin/unison
|
||||
install -D -m 644 $SRC/unison.1 $PKG/usr/man/man1/unison.1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user