29 lines
740 B
Bash
29 lines
740 B
Bash
# Template build file for 'libICE'.
|
|
pkgname=libICE
|
|
version=1.0.9
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xtrans xorgproto"
|
|
short_desc="Inter Client Exchange (ICE) library for X"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
checksum=8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
libICE-devel_package() {
|
|
depends="xtrans xorgproto ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|