wok-current view lxc-dev/receipt @ rev 25672
patch tazpkg, upgrade core pkgs first
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Mar 03 17:58:42 2024 +0000 (11 months ago) |
parents | f4b38c321469 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="lxc-dev"
4 VERSION="4.0.12"
5 CATEGORY="development"
6 SHORT_DESC="Userspace control package for Linux Containers - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://linuxcontainers.org/lxc/"
11 DEPENDS="lxc pkg-config"
12 WANTED="lxc"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }