wok-next view xsetroot/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xsetroot"
4 VERSION="1.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Root window parameter setting utility for X"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 TARBALL_SHA1="42ab81761823b44974feab86477007c49dbace50"
16 BUILD_DEPENDS="util-macros libxmu-dev libx11-dev xbitmaps libxcursor-dev \
17 xorgproto"
18 DEPENDS="libx11 libxcursor libxmu"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 }
30 TAGS="Xorg"
32 PROVIDE="xorg-xsetroot"