wok view soprano-dev/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents 47e1df965953
children be45df8e287f
line source
1 # SliTaz package receipt.
3 PACKAGE="soprano-dev"
4 VERSION="2.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Soprano pkgconfig and include files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="soprano"
10 WEB_SITE="http://soprano.sourceforge.net/"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }