wok annotate nettle-dev/receipt @ rev 22776

Add utf8proc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 25 18:37:55 2020 +0100 (2020-01-25)
parents fc9203de5ff2
children eeb3f2dda9df
rev   line source
devl547@11265 1 # SliTaz package receipt.
devl547@11265 2
devl547@11265 3 PACKAGE="nettle-dev"
Hans-G?nter@21539 4 VERSION="3.4.1"
devl547@11265 5 CATEGORY="development"
Hans-G?nter@21539 6 SHORT_DESC="Development files for nettle."
devl547@11265 7 MAINTAINER="devl547@gmail.com"
pascal@15584 8 LICENSE="LGPL2.1"
Hans-G?nter@21539 9 WEB_SITE="https://www.lysator.liu.se/~nisse/nettle/"
slaxemulator@13005 10
devl547@11265 11 WANTED="nettle"
pascal@19774 12 DEPENDS="nettle pkg-config"
devl547@11265 13
Hans-G?nter@21539 14 HOST_ARCH="i486 arm"
Hans-G?nter@21539 15
devl547@11265 16 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@11265 17 genpkg_rules()
devl547@11265 18 {
devl547@11265 19 mkdir -p $fs/usr/lib
Hans-G?nter@21539 20
Hans-G?nter@21539 21 cp -a $install/usr/include $fs/usr
Hans-G?nter@21539 22 cp -a $install/usr/lib/*a $fs/usr/lib
Hans-G?nter@21539 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
devl547@11265 24 }