12 lines
228 B
Text
12 lines
228 B
Text
# Template file for 'libdjvulibre'.
|
|
#
|
|
revision=1
|
|
short_desc="Runtime support for the DjVu image format"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the DjVu runtime library."
|
|
|
|
do_install()
|
|
{
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
}
|