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

Fixed wanted linux receipts to remove modules that are in modules-VERSION.list if they exist in other packages.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 13 03:27:43 2010 +0000 (2010-11-13)
parents f61646aa59c7
children c6a66582f753
line source
1 # SliTaz package receipt."
3 PACKAGE="xfce4-panel-dev"
4 VERSION="4.6.4"
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/panel-plugins
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins
22 }