Commit 6a0402e8 authored by Seblu's avatar Seblu
Browse files

moved to community


git-svn-id: https://seblu.net/s/archpkg@179 02741741-5192-46b8-8916-7152b19231d9
parent d32f459d
Loading
Loading
Loading
Loading

laptop-detect/PKGBUILD

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
# Contributor: Bartek Piotrowski <barthalion@gmail.com>
# Contributor: cromo <dawid@klej.net>

pkgname=laptop-detect
pkgver=0.13.7
pkgrel=2
pkgdesc='Attempts to detect a laptop'
arch=('i686' 'x86_64')
url='http://packages.qa.debian.org/l/laptop-detect.html'
license='BSD' 
depends=('dmidecode') 
source=("http://cdn.debian.net/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.tar.gz")
md5sums=('b5b3dab84ca03b66c8501dc8a98f9c91')

package() { 
    cd ${pkgname}
    sed -e "s/@VERSION@/${pkgver}/g" < laptop-detect.in > laptop-detect
    install -D -m755 laptop-detect "$pkgdir/usr/sbin/laptop-detect"
}

# vim:set ts=2 sw=2 ft=sh et: