wok-next view wine-dev/receipt @ rev 15909
Up: lxpanel (0.6.1) and remove dep on libwnck --> lxpanel-extra (save space on core ISO)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 15 13:07:07 2014 +0100 (2014-02-15) |
parents | ef43b2bc3319 |
children | ecb2ef71fecf |
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-dev"
4 VERSION="1.5.23"
5 CATEGORY="system-tools"
6 SHORT_DESC="Windows API for Linux development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.winehq.org/"
10 WANTED="wine"
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 }