wok-next view lxlauncher/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxlauncher"
4 VERSION="0.2.5"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE launcher for netbooks"
7 LICENSE="GPL3"
8 MAINTAINER="devel@slitaz.org"
9 WEB_SITE="https://wiki.lxde.org/en/LXLauncher"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
14 BUILD_DEPENDS="libx11-dev gtk2-dev gnome-menus gnome-menus-dev \
15 menu-cache-dev startup-notification-dev startup-notification libxcb-dev \
16 intltool"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install || return 1
23 # SliTaz homemade config file
24 install -Dm644 $stuff/gtkrc $install/etc/xdg/lxlauncher/gtkrc
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="libcairo gdk-pixbuf glib gtk2 menu-cache startup-notification \
30 libx11 gnome-menus"
31 TAGS="LXDE netbook"
32 }