diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-11 00:56:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-11 00:56:44 +0300 |
commit | 6b8029a4b12deecee093fe02d14255a1d1666059 (patch) | |
tree | b746da64ff0c74e6da92ff005e2e30e7242c0e87 /community | |
parent | 31ddabea88405f6f55b3d151ccc4e96b6dc27b42 (diff) | |
download | repository-6b8029a4b12deecee093fe02d14255a1d1666059.tar.gz |
lzo: add new package at 2.10
Diffstat (limited to 'community')
-rwxr-xr-x | community/lzo/build | 6 | ||||
-rw-r--r-- | community/lzo/checksums | 1 | ||||
-rw-r--r-- | community/lzo/sources | 1 | ||||
-rw-r--r-- | community/lzo/version | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/community/lzo/build b/community/lzo/build new file mode 100755 index 00000000..c647b8ef --- /dev/null +++ b/community/lzo/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make DESTDIR="$1" install diff --git a/community/lzo/checksums b/community/lzo/checksums new file mode 100644 index 00000000..08b1f8dd --- /dev/null +++ b/community/lzo/checksums @@ -0,0 +1 @@ +c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072 lzo-2.10.tar.gz diff --git a/community/lzo/sources b/community/lzo/sources new file mode 100644 index 00000000..f28e8c55 --- /dev/null +++ b/community/lzo/sources @@ -0,0 +1 @@ +http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz diff --git a/community/lzo/version b/community/lzo/version new file mode 100644 index 00000000..c815e91c --- /dev/null +++ b/community/lzo/version @@ -0,0 +1 @@ +2.10 1 |