# $Id:
# Maintainer : Martin Wimpress <code@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}"
}
