# $Id:
# Maintainer : Martin Wimpress <code@flexion.org>

pkgname=memconf
pkgver=3.06
pkgrel=1
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=('29334f677831d1ac1d1aa1d49a5013dc52564870')

build() {
    cd "${srcdir}"
    zcat ${pkgname}.gz > "${pkgname}"
}

package() {
    cd "${srcdir}"
    install -D -m 0755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}
