Skip to content

Commit

Permalink
Add harfbuzz 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Jun 13, 2017
1 parent ba01cb4 commit 6b5c891
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 0 deletions.
23 changes: 23 additions & 0 deletions harfbuzz/VITABUILD
@@ -0,0 +1,23 @@
pkgname=harfbuzz
pkgver=1.4.6
pkgrel=1
url="http://harfbuzz.org/"
source=("https://github.com/behdad/harfbuzz/releases/download/${pkgver}/harfbuzz-${pkgver}.tar.bz2" "harfbuzz.patch")
sha256sums=('21a78b81cd20cbffdb04b59ac7edfb410e42141869f637ae1d6778e74928d293'
'27a4f88d00755a75572af072a0677f0ca157763222e982fa712958c7bb2af56d')
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i "${srcdir}/harfbuzz.patch"
}

build() {
cd harfbuzz-$pkgver
mkdir build && cd build
cmake .. $CMARGS -DCMAKE_INSTALL_PREFIX=$prefix
make
}

package () {
cd harfbuzz-$pkgver/build
make DESTDIR=$pkgdir install
}

0 comments on commit 6b5c891

Please sign in to comment.