mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-12 21:45:10 +02:00
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
|
|
}
|