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

tazbug-website: empty functions BREAK cook
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 14:43:36 2012 +0100 (2012-12-15)
parents
children aca75bc87320
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-rt-dev"
4 VERSION="1.5.15"
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 }