wok-current diff wine-dev/receipt @ rev 13497
Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Oct 13 10:49:28 2012 +0200 (2012-10-13) |
parents | deb7bc24ae34 |
children | d19159d4094b |
line diff
1.1 --- a/wine-dev/receipt Sat May 21 00:17:26 2011 +0000 1.2 +++ b/wine-dev/receipt Sat Oct 13 10:49:28 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wine-dev" 1.7 -VERSION="1.2.3" 1.8 +VERSION="1.4.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Windows API for Linux development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -12,7 +12,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib/wine $fs/usr/share 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 - cp -a $_pkg/usr/lib/wine/*.a $fs/usr/lib/wine 1.18 - cp -a $_pkg/usr/lib/wine/*.def* $fs/usr/lib/wine 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 }