wok-current view libuninameslist-dev/receipt @ rev 25629
Mass updates for current
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Oct 11 18:45:46 2023 +0000 (15 months ago) |
parents | 0b18869b897c |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt.
3 PACKAGE="libuninameslist-dev"
4 VERSION="20211114"
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 DEPENDS="libuninameslist pkg-config"
12 WANTED="libuninameslist"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
19 # Ensure remove .la files
20 find $fs -name "*.la" -delete
21 }