wok-current view libxslt-dev/receipt @ rev 25699
Patch glibc CVE-2024-2961
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Apr 18 21:07:29 2024 +0000 (7 months ago) |
parents | a23978bfa665 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libxslt-dev"
4 VERSION="1.1.35"
5 CATEGORY="development"
6 SHORT_DESC="XSLT support for libxml2 - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://xmlsoft.org/"
11 DEPENDS="libxslt libxslt-python libgcrypt-dev libxml2-dev pkg-config zlib-dev"
12 WANTED="libxslt"
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
20 mkdir -p $fs/usr/bin
21 mkdir -p $fs/usr/share
23 cp -a $install/usr/lib/*.sh $fs/usr/lib
24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
26 cp $install/usr/bin/xslt-config $fs/usr/bin
27 chmod +x $fs/usr/bin/*
29 cp -a $install/usr/include $fs/usr
30 cp -a $install/usr/share/aclocal $fs/usr/share
31 }