libICE: update to 1.0.7.
This commit is contained in:
parent
851b10eca1
commit
9f3c0e9e84
2 changed files with 5 additions and 6 deletions
|
@ -5,14 +5,14 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run xtrans
|
||||||
|
Add_dependency run xproto
|
||||||
Add_dependency run libICE
|
Add_dependency run libICE
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template build file for 'libICE'.
|
# Template build file for 'libICE'.
|
||||||
pkgname=libICE
|
pkgname=libICE
|
||||||
version=1.0.6
|
version=1.0.7
|
||||||
revision=1
|
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Inter Client Exchange (ICE) library for X"
|
short_desc="Inter Client Exchange (ICE) library for X"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=a8346859505d2aa27ecc4531f1c86d72801936d96c31c5beaeff4587441b568b
|
checksum=a8b1692f151a473cee8733df9aefe98f7e5f64dfe6d4213cb6231d7bf855b901
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains library and header files for the ICE
|
This package contains library and header files for the ICE
|
||||||
extension for X. This is the Inter Client Exchange library.
|
extension for X. This is the Inter Client Exchange library.
|
||||||
|
|
Loading…
Reference in a new issue