wok-next annotate e4rat/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents e5bec980f006
children
rev   line source
al@20588 1 # SliTaz package receipt v2.
pascal@13591 2
pascal@13591 3 PACKAGE="e4rat"
pascal@13591 4 VERSION="0.2.3"
pascal@13591 5 CATEGORY="system-tools"
al@20588 6 SHORT_DESC="Ext4 - Reducing Access Times: Improve Startup Times"
pascal@13591 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14997 8 LICENSE="GPL3"
al@20588 9 WEB_SITE="http://e4rat.sourceforge.net/"
al@20588 10
pascal@13591 11 TARBALL="${PACKAGE}_${VERSION}_src.tar.gz"
pascal@13591 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13591 13
al@20915 14 BUILD_DEPENDS="cmake e2fsprogs-dev boost-dev boost-system \
al@20915 15 boost-filesystem boost-regex boost-signals boost-serialization \
al@19765 16 audit-dev perl"
pascal@13591 17
al@20588 18 compile_rules() {
al@20588 19 cmake \
al@20588 20 -DCMAKE_BUILD_TYPE=release \
al@20588 21 -DCMAKE_INSTALL_PREFIX=/usr \
al@20588 22 . &&
al@20588 23 make &&
al@20588 24 make install
pascal@13591 25 }
pascal@13591 26
al@20588 27 genpkg_rules() {
al@20588 28 copy @std
al@20915 29 DEPENDS="e2fsprogs boost-system boost-filesystem boost-regex"
al@20588 30 CONFIG_FILES="/etc/e4rat.conf"
pascal@13591 31 }