wok-6.x view wine-rt-dev/receipt @ rev 13601
pdns: add post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 10 13:54:41 2012 +0100 (2012-11-10) |
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 }