ffmpeg: move so symlink into main pkg.
--HG-- extra : convert_revision : a9b35a21b6212488a6499807221ebcc393d0e18d
This commit is contained in:
parent
0b7e6f0020
commit
66b09e38aa
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 pkg-config
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run SDL-devel
|
||||
|
@ -29,5 +31,4 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'ffmpeg'
|
||||
pkgname=ffmpeg
|
||||
version=0.5.1
|
||||
revision=1
|
||||
distfiles="http://www.ffmpeg.org/releases/ffmpeg-${version}.tar.bz2"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --enable-gpl --enable-libmp3lame
|
||||
|
|
Loading…
Reference in a new issue