wok view xfce4-panel-dev/receipt @ rev 4033

Update: xorg X11 and Xrender devs (DEPENDS)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Sep 07 16:53:32 2009 +0000 (2009-09-07)
parents
children f61646aa59c7
line source
1 # SliTaz package receipt."
3 PACKAGE="xfce4-panel-dev"
4 VERSION="4.4.3"
5 CATEGORY="development"
6 SHORT_DESC="Xfce Panel dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="xfce4-panel"
9 WANTED="xfce4-panel"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org/"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/xfce4 \
16 $fs/usr/lib/xfce4/mcs-plugins \
17 $fs/usr/lib/xfce4/panel-plugins
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
22 cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins
23 cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins
24 }