wok-stable diff libexo-dev/receipt @ rev 5613
pekwm: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 19 18:36:37 2010 +0200 (2010-05-19) |
parents | 8186ed70b4e8 |
children | f6c63fcf86d4 |
line diff
1.1 --- a/libexo-dev/receipt Fri Jan 23 23:12:13 2009 +0100 1.2 +++ b/libexo-dev/receipt Wed May 19 18:36:37 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libexo-dev" 1.7 -VERSION="0.3.4" 1.8 +VERSION="0.3.101" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xfce extension library dev files" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -18,12 +18,10 @@ 1.13 { 1.14 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.15 1.16 - mkdir -p $fs/usr \ 1.17 - $fs/usr/lib/xfce4/mcs-plugins \ 1.18 + mkdir -p $fs/usr/lib 1.19 1.20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.22 - cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins 1.23 cp -a $_pkg/usr/include $fs/usr 1.24 } 1.25