Date: Wednesday, February 5, 2014 @ 22:53:04
  Author: alucryd
Revision: 105355

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

Added:
  fdkaac/repos/community-i686/
  fdkaac/repos/community-i686/PKGBUILD
    (from rev 105354, fdkaac/trunk/PKGBUILD)
  fdkaac/repos/community-x86_64/
  fdkaac/repos/community-x86_64/PKGBUILD
    (from rev 105354, fdkaac/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: fdkaac/repos/community-i686/PKGBUILD (from rev 105354, 
fdkaac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-02-05 21:53:04 UTC (rev 105355)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: PelPix <[email protected]>
+
+pkgname=fdkaac
+pkgver=0.5.1
+pkgrel=2
+pkgdesc='Command line encoder frontend for libfdk-aac'
+arch=('i686' 'x86_64')
+url="https://github.com/nu774/${pkgname}";
+license=('custom')
+depends=('libfdk-aac')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('95d6e9675ab03f42aa3cb642a686ffaced782a7b440563bd37ef2d4517391348')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  autoreconf -if
+  ./configure --prefix='/usr' --disable-rpath
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: fdkaac/repos/community-x86_64/PKGBUILD (from rev 105354, 
fdkaac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-05 21:53:04 UTC (rev 105355)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: PelPix <[email protected]>
+
+pkgname=fdkaac
+pkgver=0.5.1
+pkgrel=2
+pkgdesc='Command line encoder frontend for libfdk-aac'
+arch=('i686' 'x86_64')
+url="https://github.com/nu774/${pkgname}";
+license=('custom')
+depends=('libfdk-aac')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('95d6e9675ab03f42aa3cb642a686ffaced782a7b440563bd37ef2d4517391348')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  autoreconf -if
+  ./configure --prefix='/usr' --disable-rpath
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to