2009-12-22 20:25:50 +00:00
|
|
|
# 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."
|
|
|
|
|
2012-05-22 16:44:03 +00:00
|
|
|
do_install() {
|
|
|
|
vmove usr/bin usr
|
|
|
|
vmove usr/share/man usr/share
|
2009-12-22 20:25:50 +00:00
|
|
|
}
|