wok diff libmikmod-dev/receipt @ rev 21357

updated lilo (24.0 -> 24.2)
author Hans-G?nter Theisgen
date Sun Apr 21 10:07:03 2019 +0100 (2019-04-21)
parents 47db6c314932
children
line diff
     1.1 --- a/libmikmod-dev/receipt	Thu Apr 17 10:49:27 2014 +0400
     1.2 +++ b/libmikmod-dev/receipt	Sun Apr 21 10:07:03 2019 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmikmod-dev"
     1.7 -VERSION="3.3.6"
     1.8 +VERSION="3.3.11.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Libmikmod devel files and headers."
    1.11 +SHORT_DESC="Libmikmod development files."
    1.12  LICENSE="LGPL2 LGPL2.1"
    1.13  MAINTAINER="paul@slitaz.org"
    1.14 +WEB_SITE="http://mikmod.shlomifish.org/"
    1.15 +
    1.16  WANTED="libmikmod"
    1.17 -WEB_SITE="http://mikmod.shlomifish.org/"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.23 -	cp -a $install/usr/bin $fs/usr
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.26 -	cp -a $install/usr/share/aclocal $fs/usr/share
    1.27 +	mkdir -p $fs/usr/lib
    1.28 +	mkdir -p $fs/usr/share
    1.29 +
    1.30 +	cp -a $install/usr/bin			$fs/usr
    1.31 +	cp -a $install/usr/include		$fs/usr
    1.32 +	cp -a $install/usr/lib/*.*a*		$fs/usr/lib
    1.33 +	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.34  }
    1.35 -