#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=nilfs-utils pkgver=2.2.11 pkgrel=01 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)" url="http://nilfs.sourceforge.net/" backup=('etc/nilfs_cleanerd.conf') depends=('util-linux') source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2) build() { cd $pkgname-$pkgver sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure ./configure \ --sbindir=/usr/bin \ --with-libmount make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true } #---- arch license gpg-key & sha256sums ---- arch=(x86_64) license=('GPL2' 'LGPL2.1') sha256sums=(8602897ff0d2c49be9bc76311f0b102088e58b6de4f749009403de06ff2c34cd) # nilfs-utils-2.2.11.tar.bz2 ## 6df834ebe253d8bc311686b2379f4c07dabe0d8967e2623c2b66e3a5fbf903b8 nilfs-utils-2.2.11-01-x86_64.pkg.tar.lz