wok view nettle-dev/receipt @ rev 23117

updated libusb and libusb-dev (1.0.22 -> 1.0.23)
author Hans-G?nter Theisgen
date Thu Mar 12 17:06:21 2020 +0100 (2020-03-12)
parents fc9203de5ff2
children eeb3f2dda9df
line source
1 # SliTaz package receipt.
3 PACKAGE="nettle-dev"
4 VERSION="3.4.1"
5 CATEGORY="development"
6 SHORT_DESC="Development files for nettle."
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.lysator.liu.se/~nisse/nettle/"
11 WANTED="nettle"
12 DEPENDS="nettle pkg-config"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/*a $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 }