New package: nilfs-utils-2.1.0.
This commit is contained in:
parent
76951fd216
commit
77a624ab82
9 changed files with 71 additions and 5 deletions
|
@ -932,3 +932,6 @@ libGeoIPUpdate.so.0 libgeoip geoip-devel
|
||||||
libcherokee-base.so.0 libcherokee cherokee-devel
|
libcherokee-base.so.0 libcherokee cherokee-devel
|
||||||
libcherokee-client.so.0 libcherokee cherokee-devel
|
libcherokee-client.so.0 libcherokee cherokee-devel
|
||||||
libcherokee-server.so.0 libcherokee cherokee-devel
|
libcherokee-server.so.0 libcherokee cherokee-devel
|
||||||
|
libnilfs.so.0 libnilfs nilfs-utils-devel
|
||||||
|
libnilfsgc.so.0 libnilfs nilfs-utils-devel
|
||||||
|
libnilfscleaner.so.0 libnilfs nilfs-utils-devel
|
||||||
|
|
1
srcpkgs/libnilfs
Symbolic link
1
srcpkgs/libnilfs
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
nilfs-utils
|
1
srcpkgs/nilfs-utils-devel
Symbolic link
1
srcpkgs/nilfs-utils-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
nilfs-utils
|
2
srcpkgs/nilfs-utils/depends
Normal file
2
srcpkgs/nilfs-utils/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=2.1.0"
|
||||||
|
api_depends="${abi_depends}"
|
4
srcpkgs/nilfs-utils/libnilfs.rshlibs
Normal file
4
srcpkgs/nilfs-utils/libnilfs.rshlibs
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
||||||
|
librt.so.1
|
||||||
|
libuuid.so.1
|
10
srcpkgs/nilfs-utils/libnilfs.template
Normal file
10
srcpkgs/nilfs-utils/libnilfs.template
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Template file for 'libnilfs'.
|
||||||
|
#
|
||||||
|
short_desc="NILFS userspace runtime libraries"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains the NILFS runtime libraries."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
|
}
|
15
srcpkgs/nilfs-utils/nilfs-utils-devel.template
Normal file
15
srcpkgs/nilfs-utils/nilfs-utils-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'nilfs-devel'.
|
||||||
|
#
|
||||||
|
short_desc="NILFS userspace development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libuuid-devel
|
||||||
|
Add_dependency run libmount-devel
|
||||||
|
Add_dependency run libnilfs
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
}
|
8
srcpkgs/nilfs-utils/nilfs-utils.rshlibs
Normal file
8
srcpkgs/nilfs-utils/nilfs-utils.rshlibs
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
||||||
|
librt.so.1
|
||||||
|
libuuid.so.1
|
||||||
|
libmount.so.1
|
||||||
|
libnilfs.so.0
|
||||||
|
libnilfsgc.so.0
|
||||||
|
libnilfscleaner.so.0
|
22
srcpkgs/nilfs-utils/template
Normal file
22
srcpkgs/nilfs-utils/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'nilfs-utils'
|
||||||
|
pkgname=nilfs-utils
|
||||||
|
version=2.1.0
|
||||||
|
homepage="http://www.nilfs.org"
|
||||||
|
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="A log-structured file system for Linux - userspace utils"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2, LGPL-2.1"
|
||||||
|
checksum=53fd797534257a3036b9bdffdac63d407c1906397d6fe71f461bd4200a543eed
|
||||||
|
long_desc="
|
||||||
|
NILFS is a log-structured file system supporting versioning of the entire
|
||||||
|
file system and continuous snapshotting which allows users to even restore
|
||||||
|
files mistakenly overwritten or destroyed just a few seconds ago.
|
||||||
|
|
||||||
|
This package contains the required userspace utilities."
|
||||||
|
|
||||||
|
conf_files="/etc/nilfs_cleanerd.conf"
|
||||||
|
subpackages="libnilfs ${pkgname}-devel"
|
||||||
|
|
||||||
|
Add_dependency build libuuid-devel
|
||||||
|
Add_dependency build libmount-devel
|
Loading…
Reference in a new issue