wok view wine-dev/receipt @ rev 17129
pcmanfm: set ON by default: focus previous folder after backspace keypressed
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Sep 09 11:58:22 2014 +0200 (2014-09-09) |
parents | 2a21689b0af7 |
children | c42b4a58182a |
line source
1 # SliTaz package receipt.
3 PACKAGE="wine-dev"
4 VERSION="1.7.16"
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 }