wok-next annotate lzo/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents f48456621a9d
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
al@19607 9 WEB_SITE="http://www.oberhumer.com/opensource/lzo/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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@21020 15 SPLIT="$PACKAGE-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 }