wok-6.x annotate freetype/receipt @ rev 20491
libzim-dev: add libzim.pc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 27 23:06:17 2018 +0200 (2018-10-27) |
parents | c460585add2a |
children | 508f66468375 |
rev | line source |
---|---|
pankso@21 | 1 # SliTaz package receipt. |
pankso@21 | 2 |
pankso@21 | 3 PACKAGE="freetype" |
al@19306 | 4 VERSION="2.6.4" |
pankso@21 | 5 CATEGORY="x-window" |
al@18549 | 6 SHORT_DESC="A free, high-quality, and portable font engine" |
pankso@21 | 7 MAINTAINER="pankso@slitaz.org" |
al@18549 | 8 LICENSE="FTL GPL2" |
al@19306 | 9 WEB_SITE="https://www.freetype.org/" |
pankso@21 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@18549 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pankso@15995 | 12 HOST_ARCH="i486 arm" |
al@14225 | 13 |
al@18549 | 14 DEPENDS="zlib libpng harfbuzz" |
al@18549 | 15 BUILD_DEPENDS="automake libtool autoconf bzip2-dev libpng-dev harfbuzz-dev" |
pankso@21 | 16 |
pankso@21 | 17 # Rules to configure and make the package. |
pankso@21 | 18 compile_rules() |
pankso@21 | 19 { |
al@19306 | 20 patch -p1 -i $stuff/freetype-2.6.4.patch |
al@18549 | 21 |
al@18549 | 22 ./autogen.sh && |
pankso@972 | 23 ./configure \ |
pankso@972 | 24 --sysconfdir=/etc \ |
pascal@2486 | 25 $CONFIGURE_ARGS && |
pascal@14231 | 26 make && |
al@18549 | 27 make install |
pankso@21 | 28 } |
pankso@21 | 29 |
pankso@21 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@21 | 31 genpkg_rules() |
pankso@21 | 32 { |
al@19308 | 33 cook_copy_files *.so* |
pankso@21 | 34 } |