11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
|
# 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
|
||
|
}
|