void-packages/srcpkgs/lxc/liblxc.template

16 lines
322 B
Text
Raw Normal View History

2011-02-09 18:27:28 +00:00
# Template file for 'liblxc'.
#
short_desc="${short_desc} - shared library"
long_desc="${long_desc}
This package contains the shared library for use in applications."
Add_dependency run glibc
Add_dependency run libcap
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
}