wok annotate wine-dev/receipt @ rev 22291

updated xorg-xkbutils (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Wed Nov 13 16:11:02 2019 +0100 (2019-11-13)
parents c42b4a58182a
children ee1d44476432
rev   line source
pascal@925 1 # SliTaz package receipt.
pascal@925 2
pascal@925 3 PACKAGE="wine-dev"
Hans-G?nter@22132 4 VERSION="4.0.2"
pascal@925 5 CATEGORY="system-tools"
Hans-G?nter@22132 6 SHORT_DESC="Windows API for Linux - development files."
pascal@925 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15363 8 LICENSE="LGPL2.1"
Hans-G?nter@22132 9 WEB_SITE="https://www.winehq.org/"
Hans-G?nter@22132 10
pascal@925 11 WANTED="wine"
pascal@925 12
pascal@925 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@925 14 genpkg_rules()
pascal@925 15 {
Hans-G?nter@22132 16 mkdir -p $fs/usr/lib/wine
Hans-G?nter@22132 17 mkdir -p $fs/usr/share
Hans-G?nter@22132 18
Hans-G?nter@22132 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@22132 20 cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine
Hans-G?nter@22132 21 cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine
pascal@925 22 }