Added wavpack-4.60.1 build template.

This commit is contained in:
Juan RP
2010-12-14 00:56:02 +01:00
parent bb5dd2a7b0
commit e647d8dcee
7 changed files with 55 additions and 0 deletions

View 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
}