wok annotate xfce4-appfinder/receipt @ rev 19505

Rollback liboping (1.8.0)
author Paul Issott <paul@slitaz.org>
date Sat Nov 19 09:14:20 2016 +0000 (2016-11-19)
parents c880431ba50f
children e36e70b3465c
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"
erjo@2073 10 WEB_SITE="http://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 \
pankso@12481 16 startup-notification-dev dbus-glib-dev util-linux-uuid-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