mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 11:04:36 +08:00
Package nilfs-utils 2.2.6 in core.
This commit is contained in:
parent
d6cae2ff31
commit
2857aa1e56
24
nilfs-utils/PKGBUILD
Normal file
24
nilfs-utils/PKGBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
pkgname=nilfs-utils
|
||||
pkgver=2.2.6
|
||||
pkgrel=1
|
||||
pkgdesc="A log-structured file system supporting continuous snapshotting (userspace tools)"
|
||||
arch=('x86_64')
|
||||
url="http://nilfs.sourceforge.net/"
|
||||
license=('GPL2' 'LGPL2.1')
|
||||
depends=('util-linux')
|
||||
source=(https://github.com/nilfs-dev/${pkgname}/archive/v${pkgver}.tar.gz)
|
||||
md5sums=('614bd602caa83546acf0383160b94add')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./autogen.sh
|
||||
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user