wok-next diff thunar-dev/receipt @ rev 15414
Up: thunderbird-langpack-el (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:35 2013 +0100 (2013-11-03) |
parents | 6cfc359f6b14 |
children | 3af9c976b7d4 |
line diff
1.1 --- a/thunar-dev/receipt Wed Jul 17 13:56:18 2013 +0200 1.2 +++ b/thunar-dev/receipt Sun Nov 03 21:52:35 2013 +0100 1.3 @@ -5,17 +5,19 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Thunar File Manager dev files" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="thunar" 1.8 +LICENSE="GPL2" 1.9 WANTED="thunar" 1.10 SOURCE="Thunar" 1.11 WEB_SITE="http://www.xfce.org" 1.12 1.13 +DEPENDS="thunar" 1.14 + 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib/thunarx-2 1.18 1.19 - cp -a $_pkg/usr/include $fs/usr 1.20 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.21 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 - cp -a $_pkg/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2 1.23 + cp -a $install/usr/include $fs/usr 1.24 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 + cp -a $install/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2 1.27 }