summaryrefslogtreecommitdiff
path: root/unison/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2006-12-22 19:15:21 +0100
committerJuergen Daubert <jue@jue.li>2006-12-22 19:15:21 +0100
commit2a483b6f1bce393c7193e2b420d6e7a314773777 (patch)
tree82b44f0f75f9e046e2f758913374bea52081b56c /unison/Pkgfile
parenta308d9cab8c9619f0d6feeffd522557aac6ac3f0 (diff)
downloadopt-2a483b6f1bce393c7193e2b420d6e7a314773777.tar.gz
opt-2a483b6f1bce393c7193e2b420d6e7a314773777.tar.xz
unison: dropped gtk user interface
Diffstat (limited to 'unison/Pkgfile')
-rw-r--r--unison/Pkgfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/unison/Pkgfile b/unison/Pkgfile
index f7cc555cb..6d955eb9c 100644
--- a/unison/Pkgfile
+++ b/unison/Pkgfile
@@ -1,12 +1,12 @@
-# Description: File synchronization tool with text and GTK+2 UI
+# Description: Bi-directional file synchronization tool
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Packager: Markus Ackermann, maol at symlink dot ch
# URL: http://www.cis.upenn.edu/~bcpierce/unison/
-# Depends on: ocaml, lablgtk
+# Depends on: ocaml
name=unison
version=2.13.16
-release=1
+release=2
source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz \
$name.1)
@@ -15,7 +15,5 @@ build() {
unset CFLAGS CXXFLAGS
make UISTYLE=text
install -D -m 755 unison $PKG/usr/bin/unison
- make UISTYLE=gtk2
- install -D -m 755 unison $PKG/usr/bin/unison-gtk
- install -D -m 644 ../unison.1 $PKG/usr/man/man1/unison.1
+ install -D -m 644 $SRC/unison.1 $PKG/usr/man/man1/unison.1
}

Generated by cgit