wok view libxml2-python/receipt @ rev 22454

get-palemoon: add tar (magic) and J for .xz (downloaded archive is not bzip2 anymore)
author Erkan Yilmaz <erkan@slitaz.org>
date Thu Dec 26 11:01:01 2019 +0000 (2019-12-26)
parents 9551ead9a212
children 4a6f38ef4e12
line source
1 # SliTaz package receipt.
3 PACKAGE="libxml2-python"
4 VERSION="2.9.9"
5 CATEGORY="development"
6 SHORT_DESC="Libxml2 adapter for the Python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://xmlsoft.org/"
11 DEPENDS="libxml2 libxslt python"
12 WANTED="libxml2"
14 #HOST_ARCH="arm i486"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/python* $fs/usr/lib
21 }