diff --git a/srcpkgs/libeatmydata/template b/srcpkgs/libeatmydata/template new file mode 100644 index 00000000000..921139bb95d --- /dev/null +++ b/srcpkgs/libeatmydata/template @@ -0,0 +1,17 @@ +# 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 " +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 + } +}