diff --git a/package/public/cln/cln.conf b/package/public/cln/cln.conf deleted file mode 100644 index 181b210ed..000000000 --- a/package/public/cln/cln.conf +++ /dev/null @@ -1,28 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/public/cln/cln.conf -# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -fix_cln_doc() { - mv $root/usr/share/html $root/usr/share/doc/cln - mv $root/usr/share/dvi $root/usr/share/doc/cln -} - -var_append postinstall ' ' 'fix_cln_doc' diff --git a/package/public/cln/cln.desc b/package/public/cln/cln.desc index f2b0ba9dd..e5f4d3a93 100644 --- a/package/public/cln/cln.desc +++ b/package/public/cln/cln.desc @@ -35,8 +35,8 @@ [L] GPL [S] Stable -[V] 1.1.6 +[V] 1.1.11 [P] X -?---5---9 225.100 -[D] 558514879 cln-1.1.6.tar.bz2 ftp://ftp.ilog.fr/pub/Users/haible/gnu/ +[D] 2358659769 cln-1.1.11.tar.bz2 ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ diff --git a/package/public/cln/fix-docdir.patch b/package/public/cln/fix-docdir.patch new file mode 100644 index 000000000..1d6237f55 --- /dev/null +++ b/package/public/cln/fix-docdir.patch @@ -0,0 +1,13 @@ +--- cln-1.1.6/doc/Makefile.in~ 2000-12-05 16:38:27.000000000 +0100 ++++ cln-1.1.6/doc/Makefile.in 2006-01-19 15:59:51.000000000 +0100 +@@ -12,8 +12,8 @@ + datadir = @datadir@ + infodir = @infodir@ + mandir = @mandir@ +-htmldir = $(datadir)/html +-dvidir = $(datadir)/dvi ++htmldir = $(datadir)/doc/cln/html ++dvidir = $(datadir)/doc/cln/dvi + DESTDIR = + + # Programs used by "make":