wok annotate xfce4-appfinder/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents c37ae188e486
children 17091bc7c301
rev   line source
erjo@2073 1 # SliTaz package receipt.
erjo@2073 2
erjo@2073 3 PACKAGE="xfce4-appfinder"
erkan@22419 4 VERSION="4.12.0"
erjo@2073 5 CATEGORY="x-window"
devl547@16296 6 SHORT_DESC="Xfce Application Finder"
erjo@2073 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@2073 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20671 10 WEB_SITE="https://www.xfce.org"
slaxemulator@8289 11 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@2073 12
erjo@9870 13 DEPENDS="gtk+ garcon libxfce4ui xfconf thunar gamin dbus-glib startup-notification \
pankso@12481 14 garcon util-linux-uuid"
erjo@9870 15 BUILD_DEPENDS="intltool libxfce4util-dev libxfce4ui-dev garcon-dev xfconf-dev \
pascal@19749 16 startup-notification-dev dbus-glib-dev util-linux-uuid-dev xcb-util-dev"
erjo@9870 17
erjo@2073 18 # Rules to configure and make the package.
erjo@2073 19 compile_rules()
erjo@2073 20 {
erjo@2073 21 cd $src
erjo@9870 22 ./configure --prefix=/usr \
erjo@9870 23 --disable-static \
erjo@9870 24 --disable-debug $CONFIGURE_ARGS &&
erjo@9870 25 make && make DESTDIR=$DESTDIR install
erjo@2073 26 }
erjo@2073 27
erjo@2073 28 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@2073 29 genpkg_rules()
erjo@2073 30 {
erjo@2073 31 mkdir -p $fs/usr/share/locale
pascal@15000 32 cp -a $install/usr/bin $fs/usr
pascal@15000 33 cp -a $install/usr/share/applications $fs/usr/share
erjo@2073 34 }
erjo@2073 35