Page MenuHomeSolus

D1174.id.diff
No OneTemporary

D1174.id.diff

diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+liblzo2.so.2
diff --git a/actions.py b/actions.py
deleted file mode 100644
--- a/actions.py
+++ /dev/null
@@ -1,15 +0,0 @@
-
-#!/usr/bin/python
-
-
-from pisi.actionsapi import shelltools, get, autotools, pisitools
-
-def setup():
- autotools.configure ()
-
-def build():
- autotools.make ()
-
-def install():
- autotools.install ()
- pisitools.dodoc ("COPYING", "AUTHORS", "ChangeLog", "README", "THANKS")
diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<PISI>
- <Name>utils</Name>
-</PISI>
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,18 @@
+name : lzop
+version : 1.04
+release : 2
+source :
+ - https://www.lzop.org/download/lzop-1.04.tar.gz : 7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41
+license : GPL-2.0
+component : system.utils
+summary : lzop (Compression utility)
+description: |
+ lzop is a file compressor which is very similar to gzip. lzop uses the LZO data compression library for compression services, and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio).
+builddeps :
+ - lzo-devel
+setup : |
+ %configure
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec.xml b/pspec.xml
deleted file mode 100644
--- a/pspec.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE PISI SYSTEM "http://www.solusos.com/standard/pisi-spec.dtd">
-<PISI>
- <Source>
- <Name>lzop</Name>
- <Homepage>http://www.lzop.org</Homepage>
- <Packager>
- <Name>Justin Krehel</Name>
- <Email>justin@solusos.com</Email>
- </Packager>
- <Summary>File compressor using lzo</Summary>
- <Description>lzop is a file compressor similar to gzip that uses the LZO compression algorithm.</Description>
- <License>GPLv2+</License>
- <Archive sha1sum="4ee0b49b2a6b0a13572ddca5785ee48ef4c8f80f" type="targz">http://www.lzop.org/download/lzop-1.03.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>lzo-devel</Dependency>
- </BuildDependencies>
- </Source>
-
- <Package>
- <Name>lzop</Name>
- <RuntimeDependencies>
- <Dependency>lzo</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="1">
- <Date>06-16-2013</Date>
- <Version>1.03</Version>
- <Comment>Add lzop to repositories</Comment>
- <Name>Justin Krehel</Name>
- <Email>justin@solusos.com</Email>
- </Update>
- </History>
-
-</PISI>
-
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,36 @@
+<PISI>
+ <Source>
+ <Name>lzop</Name>
+ <Packager>
+ <Name>Bill Baillie</Name>
+ <Email>broken6r@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">lzop (Compression utility)</Summary>
+ <Description xml:lang="en">lzop is a file compressor which is very similar to gzip. lzop uses the LZO data compression library for compression services, and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio).
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>lzop</Name>
+ <Summary xml:lang="en">lzop (Compression utility)</Summary>
+ <Description xml:lang="en">lzop is a file compressor which is very similar to gzip. lzop uses the LZO data compression library for compression services, and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio).
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="2">
+ <Date>2017-10-13</Date>
+ <Version>1.04</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Bill Baillie</Name>
+ <Email>broken6r@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 11:29 PM (2 h, 46 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799236
Default Alt Text
D1174.id.diff (4 KB)

Event Timeline