[arch-commits] Commit in mpgtx/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:48:33 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:48:33
  Author: felixonmars
Revision: 659422

archrelease: copy trunk to community-staging-x86_64

Added:
  mpgtx/repos/community-staging-x86_64/
  mpgtx/repos/community-staging-x86_64/PKGBUILD
    (from rev 659421, mpgtx/trunk/PKGBUILD)

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

Copied: mpgtx/repos/community-staging-x86_64/PKGBUILD (from rev 659421, mpgtx/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:48:33 UTC (rev 659422)
@@ -0,0 +1,23 @@
+# Contributor: Peter Baldwin <bald_pete at hotmail.com>
+
+pkgname=mpgtx
+pkgver=1.3.1
+pkgrel=7
+pkgdesc="A command line MPEG audio/video/system toolkit"
+arch=('x86_64')
+url="http://mpgtx.sourceforge.net"
+license=('GPL')
+depends=('gcc-libs')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('0f568673811f709383b3f262b19d3ec69de6807671c05a98266b21f2bfa6a8b85d2a8b95c3cec38bb012afb9d8add19a3f38b74b3e90f66cf233a1d26aaca805')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" manprefix="${pkgdir}/usr/share" install
+}



More information about the arch-commits mailing list