[arch-commits] Commit in libfdk-aac/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Mon Dec 3 12:47:46 UTC 2018


    Date: Monday, December 3, 2018 @ 12:47:44
  Author: alucryd
Revision: 410961

archrelease: copy trunk to community-staging-x86_64

Added:
  libfdk-aac/repos/community-staging-x86_64/
  libfdk-aac/repos/community-staging-x86_64/PKGBUILD
    (from rev 410960, libfdk-aac/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: libfdk-aac/repos/community-staging-x86_64/PKGBUILD (from rev 410960, libfdk-aac/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-12-03 12:47:44 UTC (rev 410961)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: PelPix <kylebloss at pelpix.info>
+# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
+
+pkgname=libfdk-aac
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Fraunhofer FDK AAC codec library'
+arch=(x86_64)
+url='http://sourceforge.net/projects/opencore-amr/'
+license=(custom)
+makedepends=(git)
+provides=(libfdk-aac.so)
+source=(git+https://github.com/mstorsjo/fdk-aac.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd fdk-aac
+
+  ./autogen.sh
+}
+
+build() {
+  cd fdk-aac
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-static
+  make
+}
+
+package () {
+  cd fdk-aac
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 NOTICE -t "${pkgdir}"/usr/share/licenses/libfdk-aac/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list