18 lines
528 B
Text
18 lines
528 B
Text
|
# Template file for 'libeatmydata'
|
||
|
pkgname=libeatmydata
|
||
|
version=65
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
short_desc="Small LD_PRELOAD library designed to (transparently) disable fsync"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="http://www.flamingspork.com/projects/libeatmydata/"
|
||
|
distfiles="http://www.flamingspork.com/projects/libeatmydata/${pkgname}-${version}.tar.gz"
|
||
|
checksum=8a16c1ff04aeceed1891e2772728359d3368347e1807bed60fc6147d8968d5c1
|
||
|
|
||
|
libeatmydata_package() {
|
||
|
pkg_install() {
|
||
|
vmove usr
|
||
|
}
|
||
|
}
|