wok view wine-dev/receipt @ rev 25377
updated udpxy (1.0.24.1 -> 1.0.25.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 30 11:20:37 2022 +0100 (2022-07-30) |
parents | a767124ef9da |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-dev"
4 VERSION="5.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Windows API for Linux - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.winehq.org/"
11 WANTED="wine"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/wine
17 mkdir -p $fs/usr/share
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine
21 cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine
22 }