wok annotate wine-rt-dev/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents ecb2ef71fecf
children ee1d44476432
rev   line source
pascal@13591 1 # SliTaz package receipt.
pascal@13591 2
pascal@13591 3 PACKAGE="wine-rt-dev"
Hans-G?nter@22133 4 VERSION="4.0.2"
pascal@13591 5 CATEGORY="system-tools"
Hans-G?nter@22133 6 SHORT_DESC="Windows API for Linux - development files."
pascal@13591 7 MAINTAINER="xj@wp.pl"
pascal@15363 8 LICENSE="LGPL2.1"
Hans-G?nter@22133 9 WEB_SITE="https://www.winehq.org/"
Hans-G?nter@22133 10
Hans-G?nter@22133 11 PROVIDE="wine-dev"
pascal@13591 12 WANTED="wine-rt"
pascal@13591 13
pascal@13591 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13591 15 genpkg_rules()
pascal@13591 16 {
Hans-G?nter@22133 17 mkdir -p $fs/usr/lib/wine
Hans-G?nter@22133 18 mkdir -p $fs/usr/share
Hans-G?nter@22133 19
Hans-G?nter@22133 20 cp -a $install/usr/include $fs/usr
Hans-G?nter@22133 21 cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine
Hans-G?nter@22133 22 cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine
pascal@13591 23 }