wok diff libspectrum/receipt @ rev 20895

updated espeak-dev again (1.45.05 -> 1.48.04)
author Hans-G?nter Theisgen
date Tue Feb 26 13:45:00 2019 +0100 (2019-02-26)
parents b7319995b37e
children 0f6010fa834a
line diff
     1.1 --- a/libspectrum/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/libspectrum/receipt	Tue Feb 26 13:45:00 2019 +0100
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="ZX Spectrum emulator support library"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="zlib libgcrypt glib audiofile"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://fuse-emulator.sourceforge.net/libspectrum.php"
    1.11  WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL"
    1.12  
    1.13 +DEPENDS="zlib libgcrypt glib audiofile"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -21,6 +23,6 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.24  }
    1.25