updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / physlock / PKGBUILD
blob8da7fcdce429f002c96bc703d4203c250d4be520
1 # Maintainer: Bert Muennich <muennich at informatik.hu-berlin.de>
3 pkgname=physlock
4 pkgver=0.4.2
5 pkgrel=1
6 pkgdesc="lightweight linux console locking tool"
7 arch=(i686 x86_64)
8 license=('GPL')
9 url="https://github.com/muennich/physlock"
10 depends=()
11 source=(https://github.com/downloads/muennich/physlock/$pkgname-$pkgver.tar.gz)
12 md5sums=('af9ac126d28ee1735d00b7f2293ded7c')
14 build() {
15   cd ${srcdir}/${pkgname}-${pkgver}
17   make
18   make PREFIX=${pkgdir}/usr install