libICE: update to 1.0.5, converted to subpkgs, new deps style.

--HG--
extra : convert_revision : 2d1b9e91f3d9992f1b5c38a6462ddfb3f808aaad
This commit is contained in:
Juan RP 2009-03-19 01:43:04 +01:00
parent d676665820
commit 6ab2bd0bba
4 changed files with 28 additions and 4 deletions

1
templates/libICE-devel Symbolic link
View File

@ -0,0 +1 @@
libICE

2
templates/libICE/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=1.0.5
api_depends=${abi_depends}

View File

@ -0,0 +1,17 @@
# Template file for 'libICE-devel'.
#
short_desc="${short_desc} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run libICE
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}

View File

@ -1,15 +1,19 @@
# Template build file for 'libICE'.
pkgname=libICE
version=1.0.4
sourcepkg=$pkgname
version=1.0.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Inter Client Exchange (ICE) library for X"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=13055e2f4c645cbd135ce97a7974a5866f9ba3ed8988e686b552f55c30514f04
checksum=2fba2c850bf2f60fc2a423438188b04439d149a7e81d8433264f0613ebb7be3a
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."
build_depends="pkg-config-0.23 xtrans-1.2"
run_depends="glibc-2.8"
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build xtrans
Add_dependency full glibc