From 49a677b7a2e62315fac6b4442b9afb712633454a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Dami=C3=A1n=20Schonborn?= Date: Fri, 20 Jan 2017 00:45:02 -0300 Subject: [PATCH] Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Federico Damián Schonborn --- Makefile | 1 + abi_used_libs | 1 + package.yml | 22 ++++++++++++++++++++++ pspec_x86_64.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 81 insertions(+) create mode 100644 Makefile create mode 100644 abi_used_libs create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..631aa1d --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..d28b5d9 --- /dev/null +++ b/package.yml @@ -0,0 +1,22 @@ +name : bibtool +version : 2.67 +release : 1 +source : + - https://github.com/ge-ne/bibtool/releases/download/BibTool_2_67/BibTool-2.67.tar.gz : 5b6c4160975a926356e8e59d0e5c01ac2a7be337ecace2494918fc2a46d9d784 +license : GPL-2.0 +component : editor +summary : A tool for manipulating BibTeX databases +description: | + BibTeX provides an easy to use means to integrate citations and + bibliographies into LaTeX documents. But the user is left alone with + the management of the BibTeX files. + The program BibTool is intended to fill this gap. BibTool allows the + manipulation of BibTeX files which goes beyond the possibilities and + intentions of BibTeX. +setup : | + %configure +build : | + %make +install : | + %make_install INSTALL_DIR="install -dm644" INSTALLPREFIX=$installdir + diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..425ab69 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,57 @@ + + + bibtool + + Federico Damián Schonborn + federico.d.schonborn@protonmail.com + + GPL-2.0 + editor + A tool for manipulating BibTeX databases + BibTeX provides an easy to use means to integrate citations and +bibliographies into LaTeX documents. But the user is left alone with +the management of the BibTeX files. +The program BibTool is intended to fill this gap. BibTool allows the +manipulation of BibTeX files which goes beyond the possibilities and +intentions of BibTeX. + + https://solus-project.com/sources/README.Solus + + + bibtool + A tool for manipulating BibTeX databases + BibTeX provides an easy to use means to integrate citations and +bibliographies into LaTeX documents. But the user is left alone with +the management of the BibTeX files. +The program BibTool is intended to fill this gap. BibTool allows the +manipulation of BibTeX files which goes beyond the possibilities and +intentions of BibTeX. + + editor + + /usr/bin + /usr/lib64/BibTool/biblatex.rsc + /usr/lib64/BibTool/braces.rsc + /usr/lib64/BibTool/check_y.rsc + /usr/lib64/BibTool/default.rsc + /usr/lib64/BibTool/field.rsc + /usr/lib64/BibTool/improve.rsc + /usr/lib64/BibTool/iso2tex.rsc + /usr/lib64/BibTool/keep_biblatex.rsc + /usr/lib64/BibTool/keep_bibtex.rsc + /usr/lib64/BibTool/month.rsc + /usr/lib64/BibTool/opt.rsc + /usr/lib64/BibTool/sort_fld.rsc + /usr/lib64/BibTool/tex_def.rsc + + + + + 2017-01-20 + 2.67 + Packaging update + Federico Damián Schonborn + federico.d.schonborn@protonmail.com + + + \ No newline at end of file -- 2.11.0