wok annotate xorg-xsetroot/receipt @ rev 22684
osmo: force .mo build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 19 15:15:22 2020 +0100 (2020-01-19) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pankso@262 | 1 # SliTaz package receipt. |
pankso@262 | 2 |
pankso@262 | 3 PACKAGE="xorg-xsetroot" |
Hans-G?nter@22301 | 4 VERSION="1.1.2" |
pankso@262 | 5 CATEGORY="x-window" |
Hans-G?nter@22301 | 6 SHORT_DESC="A tool to configure X root background color." |
pankso@262 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22301 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22301 | 10 |
pankso@262 | 11 SOURCE="xsetroot" |
gokhlayeh@6993 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@262 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
Hans-G?nter@22301 | 14 |
Hans-G?nter@22301 | 15 DEPENDS="xorg-libXcursor xorg-libXmu" |
Hans-G?nter@22301 | 16 BUILD_DEPENDS="xorg-libXcursor-dev xorg-libXmu-dev xorg-xbitmaps" |
Hans-G?nter@22301 | 17 |
pankso@16109 | 18 HOST_ARCH="i486 arm" |
pankso@262 | 19 |
pankso@262 | 20 # Rules to configure and make the package. |
pankso@262 | 21 compile_rules() |
pankso@262 | 22 { |
pankso@16109 | 23 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@22301 | 24 make && |
Hans-G?nter@22301 | 25 make install |
pankso@262 | 26 } |
pankso@262 | 27 |
pankso@262 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@262 | 29 genpkg_rules() |
pankso@262 | 30 { |
pankso@262 | 31 mkdir -p $fs/usr |
Hans-G?nter@22301 | 32 cp -a $install/usr/bin $fs/usr |
pankso@262 | 33 } |