wok-next diff xorg-xcmsdb/receipt @ rev 19948

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-xcmsdb/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-xcmsdb/receipt	Mon Oct 16 12:07:55 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-xcmsdb"
     1.8  VERSION="1.0.5"
     1.9 @@ -11,17 +11,23 @@
    1.10  TARBALL="xcmsdb-$VERSION.tar.bz2"
    1.11  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.12  
    1.13 -DEPENDS="xorg-libX11"
    1.14  BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev"
    1.15 +PKG_RULE="std"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -	./configure $CONFIGURE_ARGS && make && make install
    1.21 +	./configure \
    1.22 +		--sysconfdir=/etc \
    1.23 +		--localstatedir=/var \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	copy bin/
    1.33 +	copy @std
    1.34 +	DEPENDS="xorg-libX11"
    1.35  }