wok annotate xfce4-appfinder/receipt @ rev 21759

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
parents e36e70b3465c
children c37ae188e486
rev   line source
erjo@2073 1 # SliTaz package receipt.
erjo@2073 2
erjo@2073 3 PACKAGE="xfce4-appfinder"
devl547@16296 4 VERSION="4.11.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