Added wavpack-4.60.1 build template.
This commit is contained in:
14
srcpkgs/wavpack/libwavpack.template
Normal file
14
srcpkgs/wavpack/libwavpack.template
Normal file
@@ -0,0 +1,14 @@
|
||||
# Template file for 'libwavpack'.
|
||||
#
|
||||
short_desc="${short_desc} - shared library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the shared library."
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user