wok-next annotate 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
rev   line source
al@19755 1 # SliTaz package receipt v2.
erjo@252 2
erjo@252 3 PACKAGE="lzo"
al@19755 4 VERSION="2.10"
erjo@252 5 CATEGORY="system-tools"
erjo@252 6 SHORT_DESC="Data compression library"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
al@19607 9 WEB_SITE="http://www.oberhumer.com/opensource/lzo/"
al@20659 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/lzo.html"
al@19607 11
erjo@252 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20659 13 WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL"
erjo@252 14
al@19755 15 SPLIT="lzo-dev"
al@19755 16
al@20443 17 compile_rules() {
slaxemulator@10154 18 ./configure \
pankso@16381 19 --enable-shared \
al@19607 20 --disable-static \
pankso@16381 21 $CONFIGURE_ARGS &&
al@20595 22 fix libtool &&
al@20595 23 make &&
al@20595 24 make install
erjo@252 25 }
erjo@252 26
al@20443 27 genpkg_rules() {
al@19755 28 case $PACKAGE in
al@20443 29 lzo) copy @std;;
al@19755 30 *-dev) copy @dev;;
al@19755 31 esac
erjo@252 32 }