[arch-commits] Commit in l-smash/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Mon May 11 10:32:35 UTC 2020


    Date: Monday, May 11, 2020 @ 10:32:35
  Author: allan
Revision: 383179

archrelease: copy trunk to extra-x86_64

Added:
  l-smash/repos/extra-x86_64/PKGBUILD
    (from rev 383178, l-smash/trunk/PKGBUILD)
Deleted:
  l-smash/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 10:32:19 UTC (rev 383178)
+++ PKGBUILD	2020-05-11 10:32:35 UTC (rev 383179)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=l-smash
-pkgver=2.14.5
-pkgrel=1
-pkgdesc='MP4 muxer and other tools'
-arch=('x86_64')
-url='https://github.com/l-smash/l-smash'
-license=('custom')
-depends=('glibc')
-provides=('liblsmash.so')
-source=("l-smash-${pkgver}.tar.gz::https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz")
-sha256sums=('e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935')
-
-build() {
-  cd l-smash-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --enable-shared \
-    --disable-static \
-    --extra-cflags="$CFLAGS" \
-    --extra-ldflags="$LDFLAGS"
-  make
-}
-
-package() {
-  cd l-smash-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/l-smash
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/l-smash/
-}
-
-# vim: ts=2 sw=2 et:

Copied: l-smash/repos/extra-x86_64/PKGBUILD (from rev 383178, l-smash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-11 10:32:35 UTC (rev 383179)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=l-smash
+pkgver=2.14.5
+pkgrel=2
+pkgdesc='MP4 muxer and other tools'
+arch=('x86_64')
+url='https://github.com/l-smash/l-smash'
+license=('custom')
+depends=('glibc')
+provides=('liblsmash.so')
+source=("l-smash-${pkgver}.tar.gz::https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz")
+sha256sums=('e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935')
+
+build() {
+  cd l-smash-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-shared \
+    --disable-static \
+    --extra-cflags="$CFLAGS" \
+    --extra-ldflags="$LDFLAGS"
+  make
+}
+
+package() {
+  cd l-smash-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/l-smash
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/l-smash/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list