libICE: update to 1.0.5, converted to subpkgs, new deps style.
--HG-- extra : convert_revision : 2d1b9e91f3d9992f1b5c38a6462ddfb3f808aaad
This commit is contained in:
parent
d676665820
commit
6ab2bd0bba
1
templates/libICE-devel
Symbolic link
1
templates/libICE-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libICE
|
2
templates/libICE/depends
Normal file
2
templates/libICE/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=1.0.5
|
||||
api_depends=${abi_depends}
|
17
templates/libICE/devel.template
Normal file
17
templates/libICE/devel.template
Normal 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
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user