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 @@
-
- utils
-
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 @@
-
-
-
-
- lzop
- http://www.lzop.org
-
- Justin Krehel
- justin@solusos.com
-
- File compressor using lzo
- lzop is a file compressor similar to gzip that uses the LZO compression algorithm.
- GPLv2+
- http://www.lzop.org/download/lzop-1.03.tar.gz
-
- lzo-devel
-
-
-
-
- lzop
-
- lzo
-
-
- /usr/bin
- /usr/share/doc
- /usr/share/man
-
-
-
-
-
- 06-16-2013
- 1.03
- Add lzop to repositories
- Justin Krehel
- justin@solusos.com
-
-
-
-
-
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 @@
+
+
+ lzop
+
+ Bill Baillie
+ broken6r@gmail.com
+
+ GPL-2.0
+ system.utils
+ lzop (Compression utility)
+ 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).
+
+ https://solus-project.com/sources/README.Solus
+
+
+ lzop
+ lzop (Compression utility)
+ 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).
+
+ system.utils
+
+ /usr/bin
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+ 2017-10-13
+ 1.04
+ Packaging update
+ Bill Baillie
+ broken6r@gmail.com
+
+
+
\ No newline at end of file