wok-current annotate freetype-dev/receipt @ rev 25669

Add rdfind, required for firmware build
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 02 20:53:40 2024 +0000 (7 months ago)
parents c31852fe271f
children
rev   line source
pankso@21 1 # SliTaz package receipt.
pankso@21 2
pankso@21 3 PACKAGE="freetype-dev"
Hans-G?nter@24573 4 VERSION="2.11.1"
pankso@199 5 CATEGORY="development"
Hans-G?nter@22781 6 SHORT_DESC="A free, high-quality, and portable font engine, development files."
pascal@18638 7 MAINTAINER="pankso@slitaz.org"
al@18549 8 LICENSE="FTL GPL2"
Hans-G?nter@22781 9 WEB_SITE="https://www.freetype.org/"
al@14225 10
Hans-G?nter@24573 11 DEPENDS="bzip2-dev freetype glib-dev harfbuzz-dev libpng-dev pcre-dev zlib-dev"
pankso@21 12 WANTED="freetype"
Hans-G?nter@22781 13
shann@25629 14 # At first build, do it without harfbuzz, and rebuild with it after.
shann@25629 15
Hans-G?nter@22781 16 HOST_ARCH="i486 arm"
pankso@21 17
pankso@21 18 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@21 19 genpkg_rules()
pankso@21 20 {
Hans-G?nter@24753 21 cook_copy_folders bin
Hans-G?nter@24573 22 cook_copy_folders include
pascal@24578 23 cook_copy_folders pkgconfig
pankso@21 24 }