wok diff libusb-dev/receipt @ rev 21447
minetest: export inserted
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 29 16:15:48 2019 +0100 (2019-04-29) |
parents | e733e84558bd |
children | 6616b8e3cfe1 |
line diff
1.1 --- a/libusb-dev/receipt Fri Jul 21 16:38:46 2017 +0200 1.2 +++ b/libusb-dev/receipt Mon Apr 29 16:15:48 2019 +0100 1.3 @@ -1,23 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libusb-dev" 1.7 -VERSION="1.0.18" 1.8 +VERSION="1.0.22" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="USB access library devel files." 1.11 +SHORT_DESC="USB access library - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 +WEB_SITE="https://libusb.info/" 1.15 + 1.16 WANTED="libusb" 1.17 -WEB_SITE="http://libusb.sourceforge.net/" 1.18 +DEPENDS="libusb libusb-compat-dev pkg-config" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="libusb pkg-config libusb-compat-dev" 1.23 - 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr/lib 1.28 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.29 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 - cp -a $install/usr/include $fs/usr 1.31 + 1.32 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.33 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.34 + cp -a $install/usr/include $fs/usr 1.35 } 1.36 -