wok-next diff xorg-mkfontscale/receipt @ rev 19688

xscreensaver: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 11 15:41:38 2017 +0200 (2017-04-11)
parents eb8067417980
children f463de72afe3
line diff
     1.1 --- a/xorg-mkfontscale/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-mkfontscale/receipt	Tue Apr 11 15:41:38 2017 +0200
     1.3 @@ -1,33 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-mkfontscale"
     1.7 -VERSION="1.0.9"
     1.8 +VERSION="1.1.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Create an index of scalable font files for X."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -SOURCE="mkfontscale"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://xorg.freedesktop.org/"
    1.16 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    1.17 +WEB_SITE="https://www.x.org/wiki/"
    1.18  TAGS="utility xorg fonts"
    1.19  
    1.20 -# Rules to configure and make the package.ls sr	
    1.21 +TARBALL="mkfontscale-$VERSION.tar.bz2"
    1.22 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.23 +
    1.24 +DEPENDS="freetype xorg-libfontenc zlib"
    1.25 +BUILD_DEPENDS="xorg-util-macros xorg-libfontenc-dev freetype-dev xorg-xproto"
    1.26 +
    1.27 +# Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31 -	./configure \
    1.32 -		--prefix=/usr \
    1.33 -		--mandir=/usr/share/man \
    1.34 -		$CONFIGURE_ARGS &&
    1.35 -	make &&
    1.36 -	make DESTDIR=$DESTDIR install
    1.37 +	./configure $CONFIGURE_ARGS && make && make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	mkdir -p $fs/usr
    1.44 -	cp -a $install/usr/bin $fs/usr
    1.45 +	cook_copy_folders bin
    1.46  }
    1.47 -