Page MenuHomeSolus
Authored By
feskyde
Jan 20 2017, 3:46 AM
Size
4 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit.patch

From 49a677b7a2e62315fac6b4442b9afb712633454a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Federico=20Dami=C3=A1n=20Schonborn?=
<federico.d.schonborn@protonmail.com>
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 <federico.d.schonborn@protonmail.com>
---
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 @@
+<PISI>
+ <Source>
+ <Name>bibtool</Name>
+ <Packager>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federico.d.schonborn@protonmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>editor</PartOf>
+ <Summary xml:lang="en">A tool for manipulating BibTeX databases</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>bibtool</Name>
+ <Summary xml:lang="en">A tool for manipulating BibTeX databases</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>editor</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib64/BibTool/biblatex.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/braces.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/check_y.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/default.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/field.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/improve.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/iso2tex.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/keep_biblatex.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/keep_bibtex.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/month.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/opt.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/sort_fld.rsc</Path>
+ <Path fileType="library">/usr/lib64/BibTool/tex_def.rsc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-01-20</Date>
+ <Version>2.67</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federico.d.schonborn@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6614
Default Alt Text
0001-Initial-commit.patch (4 KB)

Event Timeline