wok annotate 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
rev   line source
erjo@2073 1 # SliTaz package receipt."
erjo@2073 2
erjo@2073 3 PACKAGE="xfce4-panel-dev"
erjo@5831 4 VERSION="4.6.4"
erjo@2073 5 CATEGORY="development"
erjo@2073 6 SHORT_DESC="Xfce Panel dev files"
erjo@2073 7 MAINTAINER="erjo@slitaz.org"
erjo@2073 8 DEPENDS="xfce4-panel"
erjo@2073 9 WANTED="xfce4-panel"
erjo@2073 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@2073 11 WEB_SITE="http://www.xfce.org/"
erjo@2073 12
erjo@2073 13 genpkg_rules()
erjo@2073 14 {
erjo@2073 15 mkdir -p $fs/usr/share/xfce4 \
erjo@2073 16 $fs/usr/lib/xfce4/panel-plugins
erjo@2073 17
erjo@2073 18 cp -a $_pkg/usr/include $fs/usr
erjo@2073 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
erjo@2073 20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
erjo@2073 21 cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins
erjo@2073 22 }