wok-next view lxlauncher/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 5669e8b3be70
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="xorg-libX11-dev gtk2-dev gnome-menus gnome-menus-dev \
15 menu-cache-dev startup-notification-dev startup-notification xorg-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="cairo gdk-pixbuf glib gtk2 menu-cache startup-notification \
30 xorg-libX11 gnome-menus"
31 TAGS="LXDE netbook"
32 }