2021-01-02 22:04:37 +11:00
|
|
|
# Description: Meta port to install icu before harbuzz.
|
2018-04-02 16:29:21 +10:00
|
|
|
# URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2021-01-02 22:04:37 +11:00
|
|
|
# Depends on: icu harfbuzz
|
2019-08-11 19:51:41 +10:00
|
|
|
# Optional: graphite2
|
2018-04-02 16:29:21 +10:00
|
|
|
|
|
|
|
name=harfbuzz-icu
|
2021-03-16 22:02:39 +00:00
|
|
|
version=2.8.0
|
2018-04-02 16:29:21 +10:00
|
|
|
release=1
|
2021-01-02 22:04:37 +11:00
|
|
|
source=()
|
2018-04-02 16:29:21 +10:00
|
|
|
|
|
|
|
build() {
|
2021-01-02 22:04:37 +11:00
|
|
|
install -d $PKG/usr
|
2018-04-02 16:29:21 +10:00
|
|
|
}
|