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