wok view wine-dev/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents ecb2ef71fecf
children a767124ef9da
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-dev"
4 VERSION="2.5"
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="http://www.winehq.org/"
10 WANTED="wine"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/wine $fs/usr/share
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine
18 cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine
19 }