Page MenuHomeSolus

D508.diff
No OneTemporary

D508.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,6 @@
+libc.so.6
+libgcc_s.so.1
+libglib-2.0.so.0
+libreadline.so.6
+libstdc++.so.6
+libz.so.1
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,21 @@
+name : sdcv
+version : 0.5.1
+release : 1
+source :
+ - https://github.com/Dushistov/sdcv/archive/v0.5.1.tar.gz : d0c64429547adb127d5ff9f0f0db8c4bc663bc413dfb5b5d32c924a67171c247
+license : GPL-2.0
+component : office
+summary : sdcv - console version of StarDict
+description: |
+ sdcv is simple, cross-platform text-base utility for work with
+ dictionaries in StarDict's format. The word from "list of words" may be
+ string with leading '/' for using Fuzzy search algorithm, with leading
+ '|' for using full-text search, string may contain '?' and '*' for using
+ regexp search. It work in interactive and not interactive mode.
+setup : |
+ %cmake .
+build : |
+ %make
+ %make lang
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,44 @@
+<PISI>
+ <Source>
+ <Name>sdcv</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>office</PartOf>
+ <Summary xml:lang="en">sdcv - console version of StarDict</Summary>
+ <Description xml:lang="en">sdcv is simple, cross-platform text-base utility for work with
+dictionaries in StarDict&apos;s format. The word from &quot;list of words&quot; may be
+string with leading &apos;/&apos; for using Fuzzy search algorithm, with leading
+&apos;|&apos; for using full-text search, string may contain &apos;?&apos; and &apos;*&apos; for using
+regexp search. It work in interactive and not interactive mode.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>sdcv</Name>
+ <Summary xml:lang="en">sdcv - console version of StarDict</Summary>
+ <Description xml:lang="en">sdcv is simple, cross-platform text-base utility for work with
+dictionaries in StarDict&apos;s format. The word from &quot;list of words&quot; may be
+string with leading &apos;/&apos; for using Fuzzy search algorithm, with leading
+&apos;|&apos; for using full-text search, string may contain &apos;?&apos; and &apos;*&apos; for using
+regexp search. It work in interactive and not interactive mode.
+</Description>
+ <PartOf>office</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-06-26</Date>
+ <Version>0.5.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 1:42 AM (3 h, 13 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5809855
Default Alt Text
D508.diff (3 KB)

Event Timeline