wok annotate xorg-xsetroot/receipt @ rev 15579
Remove cromfs-or-squashfs; add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 30 10:06:29 2013 +0000 (2013-11-30) |
parents | c514cc4854d8 |
children | cf41f989b6d2 |
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@262 | 13 |
pascal@15579 | 14 DEPENDS="xorg-libXmu xorg-libXcursor" |
pascal@15579 | 15 BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps" |
pascal@15579 | 16 |
pankso@262 | 17 # Rules to configure and make the package. |
pankso@262 | 18 compile_rules() |
pankso@262 | 19 { |
pankso@262 | 20 cd $src |
pankso@262 | 21 ./configure \ |
pankso@262 | 22 --prefix=/usr \ |
pankso@262 | 23 --mandir=/usr/share/man \ |
pankso@262 | 24 $CONFIGURE_ARGS |
pankso@262 | 25 make |
pascal@15579 | 26 make DESTDIR=$DESTDIR install |
pankso@262 | 27 } |
pankso@262 | 28 |
pankso@262 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@262 | 30 genpkg_rules() |
pankso@262 | 31 { |
pankso@262 | 32 mkdir -p $fs/usr |
pascal@15579 | 33 cp -a $install/usr/bin $fs/usr |
pankso@262 | 34 } |