wok-next diff xorg-libfontenc/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents 73fb2ebfd59a
children f463de72afe3
line diff
     1.1 --- a/xorg-libfontenc/receipt	Thu Mar 06 00:03:58 2014 +0100
     1.2 +++ b/xorg-libfontenc/receipt	Mon Jun 05 19:31:24 2017 +0000
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libfontenc"
     1.7 -VERSION="1.1.2"
     1.8 +VERSION="1.1.3"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="The fontenc Library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="other"
    1.13 -SOURCE="libfontenc"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.x.org/"
    1.16 -WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.17 +WEB_SITE="https://www.x.org/wiki/"
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20 +TARBALL="libfontenc-$VERSION.tar.bz2"
    1.21 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.22 +
    1.23  DEPENDS="zlib"
    1.24 -BUILD_DEPENDS="zlib-dev xorg-xproto"
    1.25 +BUILD_DEPENDS="zlib-dev xorg-xproto xorg-font-util-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -30,6 +30,5 @@
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	mkdir -p $fs/usr/lib
    1.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.35 +	cook_copy_files *.so*
    1.36  }