void-packages/srcpkgs/lxc/liblxc.template

15 lines
282 B
Text
Raw Normal View History

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