void-packages/srcpkgs/cheese/libcheese.template

16 lines
300 B
Plaintext
Raw Normal View History

2011-10-18 16:45:28 +00:00
# Template file for 'libcheese'.
#
short_desc="${sourcepkg} - shared libraries"
long_desc="${long_desc}
This package contains the shared libraries."
revision=1
replaces="cheese<=3.2.2" # for the typelib file
2011-10-18 16:45:28 +00:00
do_install()
{
vmove "usr/lib/*.so*" usr/lib
2011-11-15 13:12:43 +00:00
vmove usr/lib/girepository-1.0 usr/lib
2011-10-18 16:45:28 +00:00
}