wok diff audacious-dev/receipt @ rev 24995

updated nginx and nginx-extras (1.19.0 -> 1.21.6)
author Hans-G?nter Theisgen
date Mon May 16 10:04:06 2022 +0100 (2022-05-16)
parents 190336ee1571
children
line diff
     1.1 --- a/audacious-dev/receipt	Thu Jan 02 09:49:21 2020 +0100
     1.2 +++ b/audacious-dev/receipt	Mon May 16 10:04:06 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="audacious-dev"
     1.7 -VERSION="3.10.1"
     1.8 +VERSION="4.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Music player like xmms - development files."
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -14,8 +14,6 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	cp -a $install/usr/include	$fs/usr
    1.19 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	cook_copy_folders	include
    1.21 +	cook_copy_folders	pkgconfig
    1.22  }