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

Maxime Gauduin alucryd at archlinux.org
Wed Sep 30 06:59:17 UTC 2020


    Date: Wednesday, September 30, 2020 @ 06:59:16
  Author: alucryd
Revision: 714056

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-30 06:58:34 UTC (rev 714055)
+++ PKGBUILD	2020-09-30 06:59:16 UTC (rev 714056)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: PelPix <kylebloss at pelpix.info>
-
-pkgname=fdkaac
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Command line encoder frontend for libfdk-aac'
-arch=(x86_64)
-url=https://github.com/nu774/fdkaac
-license=(custom)
-depends=(
-  glibc
-  libfdk-aac.so
-)
-makedepends=(git)
-_tag=fdf5c2f251a6b35dc2b3df561cfd247829b98f5d
-source=(git+https://github.com/nu774/fdkaac.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
-  cd fdkaac
-
-  autoreconf -fiv
-}
-
-pkgver() {
-  cd fdkaac
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd fdkaac
-
-  ./configure \
-    --prefix=/usr \
-    --disable-rpath
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C fdkaac install
-  install -Dm 644 fdkaac/COPYING -t "${pkgdir}"/usr/share/licenses/fdkaac/
-}
-
-# vim: ts=2 sw=2 et:

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



More information about the arch-commits mailing list