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

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents aca75bc87320
children 2a21689b0af7
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-rt-dev"
4 VERSION="1.5.23"
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 }