wok-next view lxlauncher/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 7639f09792cf
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxlauncher"
4 VERSION="0.2.4"
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 DESTDIR=$DESTDIR 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="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache \
30 xorg-libXdamage"
31 TAGS="LXDE netbook"
32 }