summaryrefslogtreecommitdiff
path: root/community/lockdev/PKGBUILD
blob: 9935de2007bfe828d7417cd113101039c79b743a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $Id: PKGBUILD 21613 2010-07-16 20:02:19Z tdziedzic $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andreas Wagner <a.wagner@stud.uni-frankfurt.de>

pkgname=lockdev
pkgver=1.0.3_1.2
pkgrel=2
pkgdesc="Run-time shared library for locking devices, using _both_ FSSTND and SVr4 methods"
url="http://packages.qa.debian.org/l/lockdev.html"
license=("GPL")
arch=('i686' 'x86_64' 'mips64el')
source=("http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_1.0.3.orig.tar.gz"
	    "http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz")
md5sums=('64b9c1b87b125fc348e892e24625524a'
         'afe2995ad3fc6551e107364d66a8e938')

build() {
  cd ${pkgname}-1.0.3

  patch -p1 < ../${pkgname}_${pkgver/_/-}.diff

  sed -i "s|CFLAGS	= -g|CFLAGS	= -g -fPIC|" Makefile

  make shared

  make static
}

package() {
  cd ${pkgname}-1.0.3

  make basedir=${pkgdir}/usr install
}