summaryrefslogtreecommitdiff
path: root/repo/system/lzo.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-16 02:27:41 +0000
committerdavidovski <david@davidovski.xyz>2022-01-16 02:27:41 +0000
commit91ed29d7dda0c5764bfc991985bf98adab0890f0 (patch)
tree936e59025c55e921ec06ad202991c5b66710abc2 /repo/system/lzo.xibuild
parentcb447620084a20be80d116c81c2e9ec110be7118 (diff)
added PKG_VER to xibuilds
Diffstat (limited to 'repo/system/lzo.xibuild')
-rw-r--r--repo/system/lzo.xibuild5
1 files changed, 3 insertions, 2 deletions
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
}