diff --git a/srcpkgs/libICE/libICE-devel.template b/srcpkgs/libICE/libICE-devel.template index 09911d576c..6d51a00f80 100644 --- a/srcpkgs/libICE/libICE-devel.template +++ b/srcpkgs/libICE/libICE-devel.template @@ -1,15 +1,15 @@ # Template file for 'libICE-devel'. # -depends="xtrans xproto libICE" +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/*.a" usr/lib vmove usr/lib/pkgconfig usr/lib } diff --git a/srcpkgs/libICE/template b/srcpkgs/libICE/template index feba445d10..e52af96dd1 100644 --- a/srcpkgs/libICE/template +++ b/srcpkgs/libICE/template @@ -1,19 +1,17 @@ # Template build file for 'libICE'. pkgname=libICE version=1.0.8 -homepage="http://xorg.freedesktop.org/" -distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" +revision=2 +subpackages="$pkgname-devel" build_style=gnu-configure +configure_args="--disable-static" makedepends="pkg-config xtrans xproto" -revision=1 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. - - This is part of modular X.org project." - -subpackages="$pkgname-devel" + extension for X. This is the Inter Client Exchange library."