wok-next view lzo/receipt @ rev 20659
Up libical (3.0.1), libidn2 (2.0.4), libunistring (0.9.8), logrotate (3.11.0), mc (4.8.20), mercurial (4.5), nasm (2.13.03), newt (0.52.20), node (9.5.0), opencv (3.4.1), slitaz-tools-boxes (1028), slitaz-tools (1028), spacefm (1.0.6), tiff (4.0.9); add npapi-sdk, obex-data-server.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed May 09 16:46:19 2018 +0300 (2018-05-09) |
parents | 5841522533ec |
children | f48456621a9d |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lzo"
4 VERSION="2.10"
5 CATEGORY="system-tools"
6 SHORT_DESC="Data compression library"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.oberhumer.com/opensource/lzo/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/lzo.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL"
15 SPLIT="lzo-dev"
17 compile_rules() {
18 ./configure \
19 --enable-shared \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 lzo) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }