icu: sanitize deps, bumprev.
--HG-- extra : convert_revision : 276d2defc03fc5b87c9148e7b780284fc0902334
This commit is contained in:
parent
8b854a4401
commit
88409aba8a
2 changed files with 7 additions and 1 deletions
|
@ -5,8 +5,9 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the shared libraries."
|
This package contains the shared libraries."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
|
Add_dependency run libgcc
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libstdc++
|
Add_dependency run libstdc++
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'icu'.
|
# Template build file for 'icu'.
|
||||||
pkgname=icu
|
pkgname=icu
|
||||||
version=4.2
|
version=4.2
|
||||||
|
revision=1
|
||||||
wrksrc="icu/source"
|
wrksrc="icu/source"
|
||||||
distfiles="http://download.icu-project.org/files/icu4c/4.2/icu4c-4_2-src.tgz"
|
distfiles="http://download.icu-project.org/files/icu4c/4.2/icu4c-4_2-src.tgz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -26,4 +27,8 @@ long_desc="
|
||||||
- Word, line and sentence breaks"
|
- Word, line and sentence breaks"
|
||||||
|
|
||||||
subpackages="$pkgname-devel $pkgname-libs"
|
subpackages="$pkgname-devel $pkgname-libs"
|
||||||
|
|
||||||
|
Add_dependency run libgcc
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libstdc++
|
||||||
Add_dependency run icu-libs
|
Add_dependency run icu-libs
|
||||||
|
|
Loading…
Reference in a new issue