19 lines
445 B
Text
19 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
|
||
|
}
|