# $Id: PKGBUILD 50822 2011-07-01 16:45:18Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Andreas Wagner pkgname=lockfile-progs pkgver=0.1.15 pkgrel=1 pkgdesc="programs for locking and unlocking files and mailboxes" arch=('i686' 'x86_64') license=('GPL') url="http://packages.debian.org/unstable/misc/lockfile-progs" depends=('glibc') makedepends=('gcc' 'make' 'liblockfile') source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz) md5sums=('abfcda83a1868073673f4d78066b8f8a') build() { cd $srcdir/sid make CFLAGS="-g -Wall -O2" } package() { cd $srcdir/sid mkdir -p $pkgdir/usr/bin install -s bin/* $pkgdir/usr/bin mkdir -p $pkgdir/usr/share/man/man1 install man/*.1 $pkgdir/usr/share/man/man1 }