pybliographer stable port information

Package: pybliographer
Version: 1.2.12
Revision: 1
Description: Tool for managing bibliographic databases
License: GPL/GFDL
Depends: <<
desktop-file-utils,
gnome-python2-py26,
pygobject2-py26,
pygtk2-gtk-py26,
python-bibtex-py26,
python26,
rarian-compat
<<
BuildDepends: <<
fink (>= 0.24.12),
gettext-tools
<<
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: eaf6189aa149258dff15766536bc23c4
PatchScript: <<
perl -pi -e "s/-scrollkeeper-update/#-scrollkeeper-update/g" doc/C/Makefile.in omf.make
perl -pi -e "s/update-desktop-database/#update-desktop-database/g" Makefile.in
perl -ni -e 'print unless /pybrc.old/' Makefile.in
<<
ConfigureParams: --mandir=%p/share/man Python=%p/bin/python2.6 --disable-depchecks
InstallScript: <<
make install DESTDIR=%d
%p/bin/python2.6 -c 'import compileall; compileall.compile_dir("%i/share/pybliographer", 10, "%p/share/pybliographer", 1)'
<<
PostInstScript: <<
. %p/bin/init.sh
if [ configure = "$1" ]; then
scrollkeeper-update -q
fi
update-desktop-database %p/share/applications
<<
PostRmScript: <<
. %p/bin/init.sh
if [ remove != "$1" ]; then
scrollkeeper-update -q
fi
update-desktop-database %p/share/applications
<<
Maintainer: None
Homepage: http://pybliographer.org
DocFiles: README COPYING COPYING-DOCS
DescDetail: <<
Pybliographer is a tool for managing bibliographic databases. It can
be used for searching, editing, reformatting, etc. In fact, it's a
simple framework that provides easy to use python classes and
functions, and therefore can be extended to many uses (generating HTML
pages according to bibliographic searches, etc). In addition to the
scripting environment, a graphical Gnome interface is available. It
provides powerful editing capabilities, a nice hierarchical search
mechanism, direct insertion of references into LyX and Kile, direct
queries on Medline, and more. It currently supports the following file
formats: BibTeX, ISI, Medline, Ovid, Refer.
<<
DescPackaging: <<
python tests during ./configure fail under --build-as-nobody
<<