wok-next diff xorg-xcursor-themes/receipt @ rev 20232

enna, libsdl2-ttf, linphone: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 08:50:36 2017 +0100 (2017-11-06)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-xcursor-themes/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-xcursor-themes/receipt	Mon Nov 06 08:50:36 2017 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-xcursor-themes"
     1.8  VERSION="1.0.4"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Default set of cursor themes for X"
    1.11 +SHORT_DESC="Standard set of X cursors"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://www.x.org/wiki/"
    1.15 @@ -12,15 +12,21 @@
    1.16  WGET_URL="$XORG_MIRROR/data/$TARBALL"
    1.17  
    1.18  BUILD_DEPENDS="xorg-util-macros xorg-xcursorgen xorg-libXcursor-dev"
    1.19 +PKG_RULE="std"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	./configure $CONFIGURE_ARGS && make && make install
    1.25 +	./configure \
    1.26 +		--sysconfdir=/etc \
    1.27 +		--localstatedir=/var \
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	copy icons/
    1.37 +	copy @std
    1.38  }