summaryrefslogtreecommitdiff
path: root/repo/core/lzo.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/lzo.xibuild')
-rw-r--r--repo/core/lzo.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/core/lzo.xibuild b/repo/core/lzo.xibuild
deleted file mode 100644
index 17c404b..0000000
--- a/repo/core/lzo.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-DEPS=(glibc)
-
-SOURCE=https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
-
-DESC="Portable lossless data compression library"
-
-build () {
- ./configure --prefix=/usr --disable-static --enable-shared --docdir=/usr/share/doc/lzo-2.10
- make
-}
-
-package() {
- make DESTDIR=$PKG_DEST install
-}