wok diff lxc-dev/receipt @ rev 13208
postgis: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 06 15:22:20 2012 +0200 (2012-08-06) |
parents | |
children | 5bfb2289a920 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxc-dev/receipt Mon Aug 06 15:22:20 2012 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxc-dev" 1.7 +VERSION="0.7.4.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Userspace control package for Linux Containers development files." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://lxc.sourceforge.net/" 1.12 +WANTED="lxc" 1.13 + 1.14 +DEPENDS="lxc" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/share 1.20 + cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $_pkg/usr/share/pkgconfig $fs/usr/share 1.22 +}