wok diff xfce4-panel-dev/receipt @ rev 3682

bind-client: update DEPENDS
author Liu Peng <rocky@slitaz.org>
date Mon Jul 13 16:25:24 2009 +0000 (2009-07-13)
parents
children f61646aa59c7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfce4-panel-dev/receipt	Mon Jul 13 16:25:24 2009 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt."
     1.5 +
     1.6 +PACKAGE="xfce4-panel-dev"
     1.7 +VERSION="4.4.3"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Xfce Panel dev files"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="xfce4-panel"
    1.12 +WANTED="xfce4-panel"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.xfce.org/"
    1.15 +
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/xfce4 \
    1.19 +	$fs/usr/lib/xfce4/mcs-plugins \
    1.20 +	$fs/usr/lib/xfce4/panel-plugins 
    1.21 +	
    1.22 +	cp -a $_pkg/usr/include $fs/usr
    1.23 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.24 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.25 +	cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins
    1.26 +	cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins
    1.27 +}