2011-03-09 17:29:50 +00:00
|
|
|
# Template file for 'libavdevice'.
|
|
|
|
#
|
2011-11-19 22:52:19 +00:00
|
|
|
revision=2
|
2011-03-09 17:29:50 +00:00
|
|
|
short_desc="FFmpeg device handling library"
|
|
|
|
long_desc="
|
|
|
|
This is the device handling library from FFmpeg."
|
|
|
|
|
2011-11-03 08:34:26 +00:00
|
|
|
|
2011-03-09 17:29:50 +00:00
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libavdevice.so* ${DESTDIR}/usr/lib
|
|
|
|
}
|