# Template file for 'cdrskin'.
#
revision=1
short_desc="Command line CD/DVD/BD writing tool"
long_desc="
 cdrskin strives to be a second source for the services traditionally
 provided by cdrecord. Currently it does CD-R and CD-RW this way.
 Overwriteable media DVD-RAM, DVD+RW, DVD-RW, and BD-RE are handled
 differently than with cdrecord-ProDVD in order to offer TAO-like single
 track recording. Sequential DVD-R[W], DVD+R, DVD+R DL are handled like
 CD-R[W] with TAO and multi-session. Additionally cdrskin offers
 cdrecord-ProDVD-like mode DAO with DVD-R[W]."


do_install()
{
	mkdir -p ${DESTDIR}/usr/bin
	mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
	mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
}