wok-next annotate lzo/receipt @ rev 20617

Fix build xchat, xchat-plugin, xget, xine-plugin; xorg-xf86-video-geode isn't compatible with 64-bit arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 13:54:55 2018 +0300 (2018-04-21)
parents 0e7893ac206d
children b1a1deb20f42
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@19607 10
erjo@252 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19607 12 WGET_URL="${WEB_SITE}download/$TARBALL"
erjo@252 13
al@19755 14 SPLIT="lzo-dev"
al@19755 15
al@20443 16 compile_rules() {
slaxemulator@10154 17 ./configure \
pankso@16381 18 --enable-shared \
al@19607 19 --disable-static \
pankso@16381 20 $CONFIGURE_ARGS &&
al@20595 21 fix libtool &&
al@20595 22 make &&
al@20595 23 make install
erjo@252 24 }
erjo@252 25
al@20443 26 genpkg_rules() {
al@19755 27 case $PACKAGE in
al@20443 28 lzo) copy @std;;
al@19755 29 *-dev) copy @dev;;
al@19755 30 esac
erjo@252 31 }