Added libmodplug-0.8.8 build template.
This commit is contained in:
parent
e15fdc9026
commit
c9f5c7a344
5 changed files with 39 additions and 0 deletions
1
srcpkgs/libmodplug-devel
Symbolic link
1
srcpkgs/libmodplug-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libmodplug
|
2
srcpkgs/libmodplug/depends
Normal file
2
srcpkgs/libmodplug/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.8.8"
|
||||
api_depends="${abi_depends}"
|
16
srcpkgs/libmodplug/libmodplug-devel.template
Normal file
16
srcpkgs/libmodplug/libmodplug-devel.template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'libmodplug-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 libmodplug
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
19
srcpkgs/libmodplug/template
Normal file
19
srcpkgs/libmodplug/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'libmodplug'
|
||||
pkgname=libmodplug
|
||||
version=0.8.8
|
||||
distfiles="${SOURCEFORGE_SITE}/modplug-xmms/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="A MOD playing library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=81add644058f1528003c8537f46c6cac268f2dc59c3c21286c24849d70d48cff
|
||||
long_desc="
|
||||
libmodplug renders mod music files as raw audio data, for playing or
|
||||
conversion. libmodplug is based on the fast and high quality mod playing code
|
||||
written and released to the public domain by Olivier Lapicque. mod, .s3m, .it,
|
||||
.xm, and a number of lesser-known formats are supported. Optional features
|
||||
include high-quality resampling, bass expansion, surround and reverb."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
|
@ -720,3 +720,4 @@ libenca.so libenca enca-devel
|
|||
libwavpack.so libwavpack wavpack-devel
|
||||
libvala-0.10.so libvala vala-devel
|
||||
libSDL_net-1.2.so SDL_net SDL_net-devel
|
||||
libmodplug.so libmodplug libmodplug-devel
|
||||
|
|
Loading…
Reference in a new issue