From 91ed29d7dda0c5764bfc991985bf98adab0890f0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 02:27:41 +0000 Subject: added PKG_VER to xibuilds --- repo/system/lzo.xibuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repo/system/lzo.xibuild') diff --git a/repo/system/lzo.xibuild b/repo/system/lzo.xibuild index 17c404b..f66328d 100644 --- a/repo/system/lzo.xibuild +++ b/repo/system/lzo.xibuild @@ -2,12 +2,13 @@ DEPS=(glibc) -SOURCE=https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz +PKG_VER=2.10 +SOURCE=https://www.oberhumer.com/opensource/lzo/download/lzo-$PKG_VER.tar.gz DESC="Portable lossless data compression library" build () { - ./configure --prefix=/usr --disable-static --enable-shared --docdir=/usr/share/doc/lzo-2.10 + ./configure --prefix=/usr --disable-static --enable-shared --docdir=/usr/share/doc/lzo-$PKG_VER make } -- cgit v1.2.1