2011-01-30 10:34:45 +01: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 12:27:44 +02:00
|
|
|
replaces="jpeg-tools>=0"
|
|
|
|
|
2012-05-15 08:45:43 +02:00
|
|
|
do_install() {
|
|
|
|
vmove usr/bin usr
|
|
|
|
vmove usr/share usr
|
2011-01-30 10:34:45 +01:00
|
|
|
}
|