New package: fdk-aac-0.1.4
This commit is contained in:
parent
4d8ca6f11c
commit
5017710fd4
3 changed files with 28 additions and 0 deletions
|
@ -2285,3 +2285,4 @@ libunibreak.so.1 libunibreak-1.0_1
|
|||
libgconfmm-2.6.so.1 gconfmm-2.28.3_1
|
||||
libiperf.so.0 iperf3-3.1.1_1
|
||||
libkqueue.so.0 libkqueue-2.0.3_1
|
||||
libfdk-aac.so.1 fdk-aac-0.1.4_1
|
||||
|
|
1
srcpkgs/fdk-aac-devel
Symbolic link
1
srcpkgs/fdk-aac-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
fdk-aac
|
26
srcpkgs/fdk-aac/template
Normal file
26
srcpkgs/fdk-aac/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'fdk-aac'
|
||||
pkgname=fdk-aac
|
||||
version=0.1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Fraunhofer FDK AAC codec library"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="Fraunhofer FDK AAC Codec license"
|
||||
homepage="http://www.iis.fraunhofer.de/en/ff/amm/impl/fdkaaccodec.html"
|
||||
distfiles="${SOURCEFORGE_SITE}/opencore-amr/${pkgname}-${version}.tar.gz"
|
||||
checksum=5910fe788677ca13532e3f47b7afaa01d72334d46a2d5e1d1f080f1173ff15ab
|
||||
|
||||
post_install() {
|
||||
vlicense NOTICE LICENSE
|
||||
}
|
||||
|
||||
fdk-aac-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue