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

.. and Wine-RT dev package OFC
author Pawel P. <xj@wp.pl>
date Sun Jan 13 18:18:53 2013 +0000 (2013-01-13)
parents 4aed2b24febc
children e80460d69b91
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-rt-dev"
4 VERSION="1.5.21"
5 CATEGORY="system-tools"
6 SHORT_DESC="Windows API for Linux development files."
7 MAINTAINER="xj@wp.pl"
8 WEB_SITE="http://www.winehq.org/"
9 WANTED="wine-rt"
10 PROVIDE="wine-dev"
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 }