wok-current diff pixman/receipt @ rev 25674
Add miss e1000e driver for linux64
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Mar 04 17:18:27 2024 +0000 (8 months ago) |
parents | 5d79829fa876 |
children | bf7fc7b1447c |
line diff
1.1 --- a/pixman/receipt Wed Jul 07 17:56:16 2021 +0000 1.2 +++ b/pixman/receipt Mon Mar 04 17:18:27 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pixman" 1.7 -VERSION="0.38.4" 1.8 +VERSION="0.40.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Pixel-manipulation library for X and Cairo." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -36,6 +36,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 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.18 + cook_copy_files *.so* 1.19 }