[arch-commits] Commit in memconf/repos (community-any community-any/PKGBUILD)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jun 5 12:16:02 UTC 2014


    Date: Thursday, June 5, 2014 @ 14:16:01
  Author: flexiondotorg
Revision: 112704

archrelease: copy trunk to community-any

Added:
  memconf/repos/community-any/
  memconf/repos/community-any/PKGBUILD
    (from rev 112703, memconf/trunk/PKGBUILD)

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

Copied: memconf/repos/community-any/PKGBUILD (from rev 112703, memconf/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-06-05 12:16:01 UTC (rev 112704)
@@ -0,0 +1,23 @@
+# $Id:
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=memconf
+pkgver=3.04
+pkgrel=2
+pkgdesc="Identify sizes of installed memory modules."
+arch=('any')
+url="http://www.4schmidts.com/memconf.html"
+license=('GPL')
+depends=('dmidecode' 'perl')
+source=("http://www.4schmidts.com/unix/${pkgname}.gz")
+sha1sums=('7aead92123da4a9a8baf17f73cda657551c396fd')
+
+build() {
+    cd "${srcdir}"
+    zcat ${pkgname}.gz > "${pkgname}"
+}
+
+package() {
+    cd "${srcdir}"
+    install -D -m 0755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}




More information about the arch-commits mailing list