[arch-commits] Commit in xvidcore/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 16 09:57:07 UTC 2020


    Date: Saturday, May 16, 2020 @ 09:57:06
  Author: felixonmars
Revision: 383991

archrelease: copy trunk to staging-x86_64

Added:
  xvidcore/repos/staging-x86_64/
  xvidcore/repos/staging-x86_64/PKGBUILD
    (from rev 383990, xvidcore/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: xvidcore/repos/staging-x86_64/PKGBUILD (from rev 383990, xvidcore/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 09:57:06 UTC (rev 383991)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+
+pkgname=xvidcore
+pkgver=1.3.7
+pkgrel=2
+pkgdesc='XviD is an open source MPEG-4 video codec'
+arch=(x86_64)
+url=https://www.xvid.com/
+license=(GPL)
+depends=(glibc)
+makedepends=(nasm)
+provides=(libxvidcore.so)
+source=(https://downloads.xvid.com/downloads/xvidcore-${pkgver}.tar.gz)
+sha256sums=('abbdcbd39555691dd1c9b4d08f0a031376a3b211652c0d8b3b8aa9be1303ce2d')
+
+build() {
+  cd xvidcore/build/generic
+
+  ./configure \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd xvidcore/build/generic
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list