16 lines
372 B
Text
16 lines
372 B
Text
# Template file for 'libsndfile-progs'.
|
|
#
|
|
revision=1
|
|
short_desc="${sourcepkg} - bundled cmdline apps"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the command line applications that use
|
|
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
|
|
}
|