wok-6.x view lxc-dev/receipt @ rev 19536
Up: docbook-xsl (1.79.1): conversion xml->man now works; udisks2 (2.1.8): now it auto-unmount and free /media/* folders before reboot/shutdown.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 01 04:42:13 2016 +0200 (2016-12-01) |
parents | 8ed62ecac0c7 |
children | 4175a35819c8 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lxc-dev"
4 VERSION="1.0.0"
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="http://lxc.sourceforge.net/"
10 WANTED="lxc"
12 DEPENDS="lxc pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }