[arch-commits] Commit in fdkaac/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Sep 30 06:22:09 UTC 2020


    Date: Wednesday, September 30, 2020 @ 06:22:08
  Author: alucryd
Revision: 714024

archrelease: copy trunk to community-x86_64

Added:
  fdkaac/repos/community-x86_64/PKGBUILD
    (from rev 714023, fdkaac/trunk/PKGBUILD)
Deleted:
  fdkaac/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-30 06:20:52 UTC (rev 714023)
+++ PKGBUILD	2020-09-30 06:22:08 UTC (rev 714024)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: PelPix <kylebloss at pelpix.info>
-
-pkgname=fdkaac
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Command line encoder frontend for libfdk-aac'
-arch=(x86_64)
-url='https://github.com/nu774/fdkaac'
-license=(custom)
-depends=(libfdk-aac.so)
-makedepends=(git)
-source=(git+https://github.com/nu774/fdkaac.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd fdkaac
-
-  autoreconf -fiv
-}
-
-build() {
-  cd fdkaac
-
-  ./configure \
-    --prefix='/usr' \
-    --disable-rpath
-  make
-}
-
-package() {
-  cd fdkaac
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/fdkaac/
-}
-
-# vim: ts=2 sw=2 et:

Copied: fdkaac/repos/community-x86_64/PKGBUILD (from rev 714023, fdkaac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-30 06:22:08 UTC (rev 714024)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: PelPix <kylebloss at pelpix.info>
+
+pkgname=fdkaac
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Command line encoder frontend for libfdk-aac'
+arch=(x86_64)
+url='https://github.com/nu774/fdkaac'
+license=(custom)
+depends=(libfdk-aac.so)
+makedepends=(git)
+source=(git+https://github.com/nu774/fdkaac.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd fdkaac
+
+  autoreconf -fiv
+}
+
+build() {
+  cd fdkaac
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-rpath
+  make
+}
+
+package() {
+  cd fdkaac
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/fdkaac/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list