wok view wine-rt-dev/receipt @ rev 22133

updated wine-rt and wine-rt-dev (1.7.16 -> 4.0.2)
author Hans-G?nter Theisgen
date Tue Nov 05 07:33:23 2019 +0100 (2019-11-05)
parents ecb2ef71fecf
children ee1d44476432
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-rt-dev"
4 VERSION="4.0.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Windows API for Linux - development files."
7 MAINTAINER="xj@wp.pl"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.winehq.org/"
11 PROVIDE="wine-dev"
12 WANTED="wine-rt"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/wine
18 mkdir -p $fs/usr/share
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine
22 cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine
23 }