aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-04-11 00:56:44 +0300
committerCem Keylan <cem@ckyln.com>2021-04-11 00:56:44 +0300
commit6b8029a4b12deecee093fe02d14255a1d1666059 (patch)
treeb746da64ff0c74e6da92ff005e2e30e7242c0e87 /community
parent31ddabea88405f6f55b3d151ccc4e96b6dc27b42 (diff)
downloadrepository-6b8029a4b12deecee093fe02d14255a1d1666059.tar.gz
lzo: add new package at 2.10
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/lzo/build6
-rw-r--r--community/lzo/checksums1
-rw-r--r--community/lzo/sources1
-rw-r--r--community/lzo/version1
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