30 lines
730 B
Text
30 lines
730 B
Text
# Template build file for 'libICE'.
|
|
pkgname=libICE
|
|
version=1.0.8
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xtrans xproto"
|
|
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
|
|
|
|
libICE-devel_package() {
|
|
depends="xtrans xproto libICE-${version}_${revision}"
|
|
short_desc="${short_desc} -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
}
|
|
}
|
|
|
|
libICE_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|