wok annotate wine-dev/receipt @ rev 22805

updated gawk (4.2.1 -> 5.0.1)
author Hans-G?nter Theisgen
date Tue Jan 28 10:03:39 2020 +0100 (2020-01-28)
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 }