wok-current view wine-rt-dev/receipt @ rev 18091
slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to garcon-0.3.0.tazpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 22:25:36 2015 +0200 (2015-05-25) |
parents | 2a21689b0af7 |
children | 5a9e9c83439a |
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-rt-dev"
4 VERSION="1.7.16"
5 CATEGORY="system-tools"
6 SHORT_DESC="Windows API for Linux development files."
7 MAINTAINER="xj@wp.pl"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.winehq.org/"
10 WANTED="wine-rt"
11 PROVIDE="wine-dev"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/wine $fs/usr/share
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine
19 cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine
20 }