wok annotate xorg-xcursorgen/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@262 1 # SliTaz package receipt.
pankso@262 2
pankso@262 3 PACKAGE="xorg-xcursorgen"
Hans-G?nter@22252 4 VERSION="1.0.7"
pankso@262 5 CATEGORY="x-window"
pankso@262 6 SHORT_DESC="X cursor generator."
pankso@262 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
Hans-G?nter@22252 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22252 10
pankso@262 11 SOURCE="xcursorgen"
gokhlayeh@6993 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@262 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
Hans-G?nter@22252 14
Hans-G?nter@22252 15 DEPENDS="libpng xorg-libX11 xorg-libXcursor"
Hans-G?nter@22252 16 BUILD_DEPENDS="libpng-dev xorg-libX11-dev xorg-libXcursor-dev"
Hans-G?nter@22252 17
pankso@16081 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 {
Hans-G?nter@22252 23 ./configure \
Hans-G?nter@22252 24 --prefix=/usr \
Hans-G?nter@22252 25 --mandir=/usr/share/man \
pascal@2416 26 $CONFIGURE_ARGS &&
pascal@2416 27 make &&
pascal@15579 28 make DESTDIR=$DESTDIR install
pankso@262 29 }
pankso@262 30
pankso@262 31 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@262 32 genpkg_rules()
pankso@262 33 {
pankso@262 34 mkdir -p $fs/usr
Hans-G?nter@22252 35 cp -a $install/usr/bin $fs/usr
pankso@262 36 }