wok-next view xfce4-panel-dev/receipt @ rev 7771

Removed gdk-pixbuf.loaders in gtk+ package. It could cause other plugins to be listed then the ones installed on newer installs.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 21:23:10 2010 +0000 (2010-12-22)
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 }