wok-next view lxlauncher/receipt @ rev 20969

Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 14 01:56:52 2018 +0300 (2018-09-14)
parents 757d032c55c7
children f48456621a9d
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="pankso@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 gtk+-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 gtk+ menu-cache startup-notification \
30 xorg-libX11 gnome-menus"
31 TAGS="LXDE netbook"
32 }