libICE: disable static, set -devel noarch.

This commit is contained in:
Juan RP 2012-10-10 11:12:32 +02:00
parent a24338d4a5
commit 234b667b26
2 changed files with 8 additions and 10 deletions

View file

@ -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
}

View file

@ -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 <xtraeme@gmail.com>"
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."