wok view libwmf-dev/receipt @ rev 23837

Up freetype (2.10.2), git (2.26.2), glpi (9.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 10:44:24 2020 +0000 (2020-06-01)
parents 6eff489aa802
children b0069c845544
line source
1 # SliTaz package receipt.
3 PACKAGE="libwmf-dev"
4 VERSION="0.2.8.4"
5 CATEGORY="development"
6 SHORT_DESC="library for converting WMF files"
7 MAINTAINER="monghitri@aruba.it"
8 LICENSE="GPL2"
9 WEB_SITE="http://wvware.sourceforge.net/libwmf.html"
10 WANTED="libwmf"
12 DEPENDS="libwmf"
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 $fs/usr/
20 find $fs/usr/ | while read f ; do
21 case "$f" in
22 *so.*) rm -f $f
23 esac
24 done
25 }