wok-current annotate libusb-compat-dev/receipt @ rev 25695

Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 08:53:51 2024 +0000 (2 months ago)
parents d17c8727d1ac
children
rev   line source
pankso@2899 1 # SliTaz package receipt.
pankso@2899 2
pankso@2899 3 PACKAGE="libusb-compat-dev"
Hans-G?nter@21331 4 VERSION="0.1.7"
pankso@2899 5 CATEGORY="development"
Hans-G?nter@21331 6 SHORT_DESC="USB access library - development files."
pankso@2899 7 MAINTAINER="pankso@slitaz.org"
pascal@15482 8 LICENSE="LGPL2.1"
Hans-G?nter@21331 9 WEB_SITE="https://github.com/libusb/libusb-compat-0.1"
Hans-G?nter@21331 10
pankso@2899 11 WANTED="libusb-compat"
Hans-G?nter@21331 12 DEPENDS="libusb-compat pkg-config udev-dev"
Hans-G?nter@21331 13
shann@25629 14 # Need build without udev-dev, and rebuild with it to avoid loop
shann@25629 15
pankso@16079 16 HOST_ARCH="i486 arm"
pankso@2899 17
pankso@2899 18 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2899 19 genpkg_rules()
pankso@2899 20 {
pankso@2899 21 mkdir -p $fs/usr/lib
Hans-G?nter@21331 22
Hans-G?nter@21331 23 cp -a $install/usr/bin $fs/usr
pascal@15482 24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@21331 25 cp -a $install/usr/include $fs/usr
pankso@2899 26 }