12 lines
260 B
Text
12 lines
260 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."
|
|
|
|
do_install() {
|
|
vmove usr/bin usr
|
|
vmove usr/share/man usr/share
|
|
}
|