[arch-commits] Commit in faac/repos (4 files)

Antonio Rojas arojas at archlinux.org
Wed Sep 27 18:46:02 UTC 2017


    Date: Wednesday, September 27, 2017 @ 18:46:01
  Author: arojas
Revision: 306285

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  faac/repos/testing-i686/
  faac/repos/testing-i686/PKGBUILD
    (from rev 306284, faac/trunk/PKGBUILD)
  faac/repos/testing-x86_64/
  faac/repos/testing-x86_64/PKGBUILD
    (from rev 306284, faac/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: faac/repos/testing-i686/PKGBUILD (from rev 306284, faac/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-09-27 18:46:01 UTC (rev 306285)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=faac
+pkgver=1.29.7.6
+pkgrel=1
+pkgdesc="An AAC audio encoder"
+arch=('i686' 'x86_64')
+url="http://www.audiocoding.com/"
+license=('GPL' 'custom')
+depends=('libmp4v2')
+source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:3}/faac-$pkgver.tar.gz")
+sha256sums=('36298549deab66b4b9bb274ecbe74514bb7c83f309265f8f649cf49a44b9bd9f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYING \
+    "${pkgdir}"/usr/share/licenses/faac/LICENSE
+}

Copied: faac/repos/testing-x86_64/PKGBUILD (from rev 306284, faac/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-09-27 18:46:01 UTC (rev 306285)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=faac
+pkgver=1.29.7.6
+pkgrel=1
+pkgdesc="An AAC audio encoder"
+arch=('i686' 'x86_64')
+url="http://www.audiocoding.com/"
+license=('GPL' 'custom')
+depends=('libmp4v2')
+source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:3}/faac-$pkgver.tar.gz")
+sha256sums=('36298549deab66b4b9bb274ecbe74514bb7c83f309265f8f649cf49a44b9bd9f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYING \
+    "${pkgdir}"/usr/share/licenses/faac/LICENSE
+}



More information about the arch-commits mailing list