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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:06:40 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:06:40
  Author: felixonmars
Revision: 658336

archrelease: copy trunk to community-staging-x86_64

Added:
  mmsrip/repos/community-staging-x86_64/
  mmsrip/repos/community-staging-x86_64/PKGBUILD
    (from rev 658335, mmsrip/trunk/PKGBUILD)

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

Copied: mmsrip/repos/community-staging-x86_64/PKGBUILD (from rev 658335, mmsrip/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 13:06:40 UTC (rev 658336)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=mmsrip
+pkgver=0.7.0
+pkgrel=7
+pkgdesc="A downloader for the proprietary protocol MMS://"
+arch=('x86_64')
+url="https://nbenoit.tuxfamily.org/projects.php?rq=mmsrip"
+license=('GPL2')
+depends=('glibc')
+source=(https://nbenoit.tuxfamily.org/projects/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('2f6e66d5ae37df96e2df646eaa4b3f77d3c3369e5db8e9b3254f008723146b79ebe375dc7672409d9e7bd5734cbe5a735e953e28aa87d34c375e6eb30c254c07')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list