wok view wine-dev/receipt @ rev 18426
open-vm-tools: does not work with slitaz at the moment, disable
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Mon Sep 21 12:22:50 2015 +0000 (2015-09-21) |
parents | 2a21689b0af7 |
children | c42b4a58182a |
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-dev"
4 VERSION="1.7.16"
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 }