wok view strigi-dev/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents 6135577f4d08
children b7f9d3ba466d
line source
1 # SliTaz package receipt.
3 PACKAGE="strigi-dev"
4 VERSION="0.7.5"
5 CATEGORY="development"
6 SHORT_DESC="Strigi - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://sourceforge.net/projects/strigi/"
11 DEPENDS="pkg-config"
12 WANTED="strigi"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }