Commit 8be01b22 authored by Seblu's avatar Seblu
Browse files

up


git-svn-id: https://seblu.net/s/archpkg@89 02741741-5192-46b8-8916-7152b19231d9
parent fb233f3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Maintainer: Sebastien Luttringer <seblu@seblu.net>

kernelver=3.0-rc5
kernelver=3.0-rc7
kernelsuf=-rwolf

pkgname=kernel-${kernelver}${kernelsuf}
+1 −1
Original line number Diff line number Diff line
# arg 1:  the new package version
# arg 2:  the old package version

pkgname='kernel-3.0-rc5-rwolf'
pkgname='kernel-3.0-rc7-rwolf'

post_install () {
  source /usr/share/$pkgname/info

laptop-detect/PKGBUILD

0 → 100644
+22 −0
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: