# SliTaz package receipt.

PACKED_SIZE="44.0K"
UNPACKED_SIZE="112.0K"
PACKAGE="xorg-libICE"
VERSION="1.0.8"
CATEGORY="x-window"
SHORT_DESC="X Inter Client Exchange Library"
MAINTAINER="pankso@slitaz.org"
LICENSE="other"
WEB_SITE="http://www.x.org/"
SOURCE="libICE"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WGET_URL="$XORG_MIRROR/lib/$TARBALL"
HOST_ARCH="i486 arm"

DEPENDS=""
BUILD_DEPENDS="xorg-xproto xorg-xtrans"

# Rules to configure and make the package.
compile_rules()
{
	./configure \
		--sysconfdir=/etc \
		--localstatedir=/var \
		--disable-static \
		$CONFIGURE_ARGS &&
	make &&
	make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/lib
	cp -a $install/usr/lib/*.so* $fs/usr/lib
}
