wok diff libevdev-dev/receipt @ rev 24973

Up zsh (5.8.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 01 15:03:44 2022 +0000 (2022-05-01)
parents 3e62a2b10d0c
children
line diff
     1.1 --- a/libevdev-dev/receipt	Tue Mar 03 15:52:06 2020 +0100
     1.2 +++ b/libevdev-dev/receipt	Sun May 01 15:03:44 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libevdev-dev"
     1.7 -VERSION="1.9.0"
     1.8 +VERSION="1.12.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Common functions for Xorg input drivers - development files."
    1.11  MAINTAINER="maintainer@slitaz.org"
    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/include		$fs/usr
    1.19 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.20 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.21 +	get_dev_files
    1.22  }