wok diff x265-dev/receipt @ rev 25533

nfs-utils: made stop and restart working in /etc/init.d/nfsd
author Hans-G?nter Theisgen
date Tue Feb 28 14:41:52 2023 +0100 (20 months ago)
parents 64085bdff041
children
line diff
     1.1 --- a/x265-dev/receipt	Wed Nov 06 15:44:09 2019 +0100
     1.2 +++ b/x265-dev/receipt	Tue Feb 28 14:41:52 2023 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="x265-dev"
     1.7 -VERSION="3.2"
     1.8 +VERSION="3.5"
     1.9  CATEGORY="development"
    1.10  MAINTAINER="pascal.bellard@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12 @@ -14,9 +14,5 @@
    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/lib/*a		$fs/usr/lib
    1.19 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.20 -	cp -a $install/usr/include		$fs/usr
    1.21 +	get_dev_files
    1.22  }