wok view libuninameslist-dev/receipt @ rev 22937

updated hunspell and hunspell-dev again (1.3.3 -> 1.7.0)
author Hans-G?nter Theisgen
date Thu Feb 27 07:35:13 2020 +0100 (2020-02-27)
parents fc9203de5ff2
children 60bae8a22f66
line source
1 # SliTaz package receipt.
3 PACKAGE="libuninameslist-dev"
4 VERSION="20190305"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libuninameslist."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://github.com/fontforge/libuninameslist"
11 WANTED="libuninameslist"
12 DEPENDS="libuninameslist pkg-config"
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/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 }