wok diff wine-rt-dev/receipt @ rev 13774

0install: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 03 15:04:05 2013 +0100 (2013-01-03)
parents
children aca75bc87320
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wine-rt-dev/receipt	Thu Jan 03 15:04:05 2013 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wine-rt-dev"
     1.7 +VERSION="1.5.15"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Windows API for Linux development files."
    1.10 +MAINTAINER="xj@wp.pl"
    1.11 +WEB_SITE="http://www.winehq.org/"
    1.12 +WANTED="wine-rt"
    1.13 +PROVIDE="wine-dev"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib/wine $fs/usr/share
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/wine/*.a $fs/usr/lib/wine
    1.21 +	cp -a $install/usr/lib/wine/*.def* $fs/usr/lib/wine		
    1.22 +}