summaryrefslogtreecommitdiff
path: root/harfbuzz/Pkgfile
blob: 6d1b65dd89880bcb4ae4e368f3207820bcce947e (plain)
    1 # Description: An OpenType text shaping engine
    2 # URL:         https://github.com/harfbuzz/harfbuzz
    3 # Maintainer:  Fredrik Rinnestam, fredrik at crux dot nu
    4 # Depends on:  cairo
    5 
    6 name=harfbuzz
    7 version=2.7.1
    8 release=1
    9 source=(https://github.com/harfbuzz/harfbuzz/archive/$version/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	
   14 	echo "EXTRA_DIST = " > gtk-doc.make
   15 	autoreconf --force --install
   16 	./configure	--prefix=/usr \
   17 			--with-glib \
   18 			--with-freetype \
   19 			--with-cairo \
   20 			--with-icu=no \
   21 			--with-graphite2=auto
   22 
   23 	make
   24 	make DESTDIR=$PKG install
   25 }

Generated by cgit