summaryrefslogtreecommitdiffstats
path: root/rules/host-lzop.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-03-11 15:43:48 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-03-11 17:23:48 +0100
commitfaaf7e990fb266fe0d9376e0fdd7009fbd8f8e71 (patch)
treeccb0f3049e5867a434db7aaca14580c477e5b38e /rules/host-lzop.in
parentb9b54733c27ebdbf23f7c1c569a7b243b5008056 (diff)
downloadptxdist-faaf7e990fb266fe0d9376e0fdd7009fbd8f8e71.tar.gz
ptxdist-faaf7e990fb266fe0d9376e0fdd7009fbd8f8e71.tar.xz
[host-lzop] new package
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-lzop.in')
-rw-r--r--rules/host-lzop.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/host-lzop.in b/rules/host-lzop.in
new file mode 100644
index 000000000..cab61ec84
--- /dev/null
+++ b/rules/host-lzop.in
@@ -0,0 +1,18 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LZOP
+ tristate
+ select HOST_LIBLZO
+ help
+ fast compression program
+
+ lzop is a compressor similar to gzip. Its main advantages
+ over gzip are much higher compression and decompression
+ speed. lzop was designed with the following goals in mind:
+
+ 1) reliability
+ 2) speed (both compression and decompression)
+ 3) reasonable drop-in compatibility with gzip
+ 4) portability
+
+ Homepage: http://www.lzop.org/