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

created recipes for qt5 packages
author Hans-G?nter Theisgen
date Thu May 28 10:56:20 2020 +0100 (2020-05-28)
parents 5a9e9c83439a
children
rev   line source
pascal@13591 1 # SliTaz package receipt.
pascal@13591 2
pascal@13591 3 PACKAGE="wine-rt-dev"
Hans-G?nter@23733 4 VERSION="5.0"
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 }