d5cf470b59
--HG-- extra : convert_revision : 4ce45fa0dc6ea662d8930150920710f272c6d40f
18 lines
445 B
Text
18 lines
445 B
Text
# Template file for 'libsndfile-progs'.
|
|
#
|
|
short_desc="${sourcepkg} - bundled cmdline apps"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the command line applications that use
|
|
libsndfile."
|
|
|
|
Add_dependency run alsa-lib
|
|
Add_dependency run sqlite
|
|
Add_dependency run libsndfile
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/bin ${DESTDIR}/usr/share
|
|
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
|
mv ${SRCPKGDESTDIR}/usr/share/man ${DESTDIR}/usr/share
|
|
}
|