wok-next view lxrandr/receipt @ rev 19855

Add gptfdisk, spacefm-gtk2; up udevil.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 05 03:04:03 2017 +0300 (2017-09-05)
parents c3426057458e
children 60bd4df08f57
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxrandr"
4 VERSION="0.3.1"
5 CATEGORY="utilities"
6 SHORT_DESC="LXDE monitor configuration tool"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://lxde.org"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxrandr.html
22 # change icon and remove keywords from desktop file
23 sed -i 's|^Icon=.*$|Icon=preferences-desktop-display|;
24 /^_Keywords=/d' data/lxrandr.desktop.in
26 ./configure \
27 $CONFIGURE_ARGS &&
28 make && make install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 copy @std
35 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
36 TAGS="LXDE"
37 }