summaryrefslogtreecommitdiff
path: root/testing/nilfs-utils/PKGBUILD
blob: 51022ac0fdff01c4a432f1081369db54638e2eb1 (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
# $Id: PKGBUILD 145060 2011-12-15 22:33:56Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> 
pkgname=nilfs-utils
pkgver=2.1.0
pkgrel=1
pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)"
arch=('i686' 'x86_64')
url="http://www.nilfs.org/"
license=('GPL2' 'LGPL2.1')
backup=('etc/nilfs_cleanerd.conf')
depends=('util-linux-ng')
options=(!libtool)
source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
md5sums=('738f7bee062051c14dcff444bb17ada7')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --libdir=/lib
  make
}

package() {
   cd "$srcdir/$pkgname-$pkgver"
  make DESTDIR="$pkgdir" install LDCONFIG=/bin/true
}