Date: Thursday, June 5, 2014 @ 14:10:05
  Author: flexiondotorg
Revision: 112703

Initial import.

Added:
  memconf/
  memconf/repos/
  memconf/trunk/
  memconf/trunk/PKGBUILD

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

Added: memconf/trunk/PKGBUILD
===================================================================
--- memconf/trunk/PKGBUILD                              (rev 0)
+++ memconf/trunk/PKGBUILD      2014-06-05 12:10:05 UTC (rev 112703)
@@ -0,0 +1,23 @@
+# $Id:
+# Maintainer : Martin Wimpress <c...@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}"
+}


Property changes on: memconf/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to