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-11-12 05:01:02 +00:00
|
|
|
revision=2
|
2011-10-15 10:27:44 +00:00
|
|
|
replaces="jpeg-tools>=0"
|
|
|
|
|
2011-01-30 09:34:45 +00:00
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/{bin,share} ${DESTDIR}/usr
|
|
|
|
}
|