wok-next view lxrandr/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents f48456621a9d
children 82b613cfd1e0
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/LXRandR"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxrandr.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk2-dev"
17 compile_rules() {
18 # change icon and remove keywords from desktop file
19 sed -i 's|^Icon=.*$|Icon=preferences-desktop-display|;
20 /^_Keywords=/d' data/lxrandr.desktop.in
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
30 TAGS="LXDE"
31 }