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

Antonio Rojas arojas at gemini.archlinux.org
Fri Apr 8 17:31:58 UTC 2022


    Date: Friday, April 8, 2022 @ 17:31:58
  Author: arojas
Revision: 1183005

archrelease: copy trunk to community-x86_64

Added:
  libmms/repos/community-x86_64/
  libmms/repos/community-x86_64/PKGBUILD
    (from rev 1183004, libmms/trunk/PKGBUILD)

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

Copied: libmms/repos/community-x86_64/PKGBUILD (from rev 1183004, libmms/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-04-08 17:31:58 UTC (rev 1183005)
@@ -0,0 +1,23 @@
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libmms
+pkgver=0.6.4
+pkgrel=3
+pkgdesc="MMS stream protocol library"
+arch=(x86_64)
+url="https://sourceforge.net/projects/libmms/"
+license=(LGPL)
+depends=('glibc')
+source=(https://download.sourceforge.net/libmms/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list