wok annotate xorg-xsetroot/receipt @ rev 19367
Up tazlito (428), links (2.13)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Aug 04 19:53:20 2016 +0200 (2016-08-04) |
parents | eb8067417980 |
children | 814c58f64f83 |
rev | line source |
---|---|
pankso@262 | 1 # SliTaz package receipt. |
pankso@262 | 2 |
pankso@262 | 3 PACKAGE="xorg-xsetroot" |
slaxemulator@7260 | 4 VERSION="1.1.0" |
pankso@262 | 5 CATEGORY="x-window" |
pankso@262 | 6 SHORT_DESC="Xsetroot is a tool to configure X root background color." |
pankso@262 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
pankso@262 | 9 SOURCE="xsetroot" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@262 | 11 WEB_SITE="http://www.x.org/" |
pankso@262 | 12 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pankso@16109 | 13 HOST_ARCH="i486 arm" |
pankso@262 | 14 |
pascal@15579 | 15 DEPENDS="xorg-libXmu xorg-libXcursor" |
pascal@15579 | 16 BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps" |
pascal@15579 | 17 |
pankso@262 | 18 # Rules to configure and make the package. |
pankso@262 | 19 compile_rules() |
pankso@262 | 20 { |
pankso@16109 | 21 ./configure $CONFIGURE_ARGS && |
pankso@16109 | 22 make && make install |
pankso@262 | 23 } |
pankso@262 | 24 |
pankso@262 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@262 | 26 genpkg_rules() |
pankso@262 | 27 { |
pankso@262 | 28 mkdir -p $fs/usr |
pascal@15579 | 29 cp -a $install/usr/bin $fs/usr |
pankso@262 | 30 } |