void-packages/srcpkgs/lcms2/lcms2-tools.template

12 lines
229 B
Text
Raw Normal View History

2012-09-16 08:12:45 +00:00
# Template file for 'lcms2-tools'.
#
short_desc="${sourcepkg} - bundled tools"
long_desc="${long_desc}
This package contains the command line tools."
do_install() {
vmove usr/bin usr
2012-09-16 08:16:16 +00:00
vmove usr/share/man/man1 usr/share/man
2012-09-16 08:12:45 +00:00
}