2011-01-30 09:34:45 +00:00
|
|
|
# Template file for 'jpeg-tools'.
|
|
|
|
#
|
|
|
|
short_desc="${sourcepkg} - bundled tools"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains tools to manipulate JPG files."
|
|
|
|
|
2011-10-15 10:27:44 +00:00
|
|
|
replaces="jpeg-tools>=0"
|
|
|
|
|
2012-05-15 06:45:43 +00:00
|
|
|
do_install() {
|
|
|
|
vmove usr/bin usr
|
|
|
|
vmove usr/share usr
|
2011-01-30 09:34:45 +00:00
|
|
|
}
|