wok-6.x view xfce4-appfinder/receipt @ rev 22412

up xfce4 4.14.0/1 ; we've a mix of versions here 4.10/4.11... (requested in forum: http://forum.slitaz.org/topic/xfce-can-not-install )
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 14 16:16:41 2019 +0000 (2019-12-14)
parents 6e8b1bcb30e2
children 251c25e029b0
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4-appfinder"
4 VERSION="4.14.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Application Finder"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://www.xfce.org"
11 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="gtk+ garcon libxfce4ui xfconf thunar gamin dbus-glib startup-notification \
14 garcon util-linux-uuid"
15 BUILD_DEPENDS="intltool libxfce4util-dev libxfce4ui-dev garcon-dev xfconf-dev \
16 startup-notification-dev dbus-glib-dev util-linux-uuid-dev xcb-util-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure --prefix=/usr \
23 --disable-static \
24 --disable-debug $CONFIGURE_ARGS &&
25 make && make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share/locale
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/share/applications $fs/usr/share
34 }