From 3a5d2c113abe7e25d3e51fbc9d3eded1cc55eb09 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 20 Mar 2013 10:01:15 +0100 Subject: [PATCH] libICE: cross build and debug support. --- srcpkgs/libICE/libICE-devel.template | 6 +----- srcpkgs/libICE/template | 7 ++----- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/srcpkgs/libICE/libICE-devel.template b/srcpkgs/libICE/libICE-devel.template index 6d51a00f80c..3efdbdba5db 100644 --- a/srcpkgs/libICE/libICE-devel.template +++ b/srcpkgs/libICE/libICE-devel.template @@ -2,14 +2,10 @@ # depends="xtrans xproto libICE-${version}_${revision}" short_desc="${short_desc} -- development files" -long_desc="${long_desc} - - This package contains files for development, headers, static libs, etc." - -noarch=yes do_install() { vmove usr/include usr vmove usr/share usr vmove usr/lib/pkgconfig usr/lib + vmove "usr/lib/*.a" usr/lib } diff --git a/srcpkgs/libICE/template b/srcpkgs/libICE/template index e52af96dd1f..b5c40a46bb6 100644 --- a/srcpkgs/libICE/template +++ b/srcpkgs/libICE/template @@ -1,17 +1,14 @@ # Template build file for 'libICE'. pkgname=libICE version=1.0.8 -revision=2 +revision=3 subpackages="$pkgname-devel" build_style=gnu-configure -configure_args="--disable-static" makedepends="pkg-config xtrans xproto" +crossmakedepends="xtrans xproto" short_desc="Inter Client Exchange (ICE) library for X" maintainer="Juan RP " license="MIT" homepage="http://xorg.freedesktop.org/" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" checksum=24a991284d02ff0c789bc8d11ad2e4dffe144cb70f24e28f9ce3e8b1ee08b71e -long_desc=" - This package contains library and header files for the ICE - extension for X. This is the Inter Client Exchange library."