Added libmpcdec-1.2.6 build template.
--HG-- extra : convert_revision : 71b7413f236dc5d323fd35a4acb8867e64aa2f07
This commit is contained in:
parent
b6ab92915b
commit
3c6d4e4afb
4 changed files with 40 additions and 0 deletions
1
srcpkgs/libmpcdec-devel
Symbolic link
1
srcpkgs/libmpcdec-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libpmcdec
|
2
srcpkgs/libmpcdec/depends
Normal file
2
srcpkgs/libmpcdec/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=1.2.6"
|
||||
api_depends="${abi_depends}"
|
17
srcpkgs/libmpcdec/libmpcdec-devel.template
Normal file
17
srcpkgs/libmpcdec/libmpcdec-devel.template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'libmpcdec-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libmpcdec
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
}
|
20
srcpkgs/libmpcdec/template
Normal file
20
srcpkgs/libmpcdec/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'libmpcdec'
|
||||
pkgname=libmpcdec
|
||||
version=1.2.6
|
||||
distfiles="http://files.musepack.net/source/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Portable Musepack decoder library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4bd54929a80850754f27b568d7891e1e3e1b8d2f208d371f27d1fda09e6f12a8
|
||||
long_desc="
|
||||
Musepack is an audio compression format with a strong emphasis on high
|
||||
quality. It is not lossless, but it is designed for transparency, so that
|
||||
you won't be able to hear differences between the original wave file and
|
||||
the much smaller MPC file.
|
||||
|
||||
It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has
|
||||
rapidly developed and vastly improved and is now at an advanced stage in
|
||||
which it contains heavily optimized and patentless code."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
Loading…
Reference in a new issue