SDL_mixer: move so symlink into main pkg.
--HG-- extra : convert_revision : 2ed9411c2057ae3a31e93100cb996285c5009aa2
This commit is contained in:
parent
a71340e43b
commit
167d24461c
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run SDL-devel
|
||||
Add_dependency run libvorbis-devel
|
||||
Add_dependency run libmikmod-devel
|
||||
|
@ -16,6 +18,5 @@ 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
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'SDL_mixer'
|
||||
pkgname=SDL_mixer
|
||||
version=1.2.11
|
||||
revision=1
|
||||
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Multi-channel audio mixer library"
|
||||
|
|
Loading…
Reference in a new issue