wok-next diff e4rat/receipt @ rev 14522
Up: transmission (2.52)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri May 17 03:18:43 2013 +0000 (2013-05-17) |
parents | |
children | 7d6089953592 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/e4rat/receipt Fri May 17 03:18:43 2013 +0000 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="e4rat" 1.7 +VERSION="0.2.3" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Ext4 - Reducing Access Times: Improve Startup Times." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="${PACKAGE}_${VERSION}_src.tar.gz" 1.12 +WEB_SITE="http://e4rat.sourceforge.net/" 1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 + 1.15 +DEPENDS="e2fsprogs" 1.16 +BUILD_DEPENDS="cmake e2fsprogs-dev libboost-system-dev libboost-filesystem-dev \ 1.17 +libboost-regex-dev libboost-signals-dev libboost-serialization-dev audit-dev perl" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + patch -p0 < $stuff/e4rat-boost.u 1.24 + cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr . && 1.25 + make && make install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs 1.32 + cp -a $install/etc $fs 1.33 + cp -a $install/var $fs 1.34 + cp -a $install/usr/sbin $fs/usr 1.35 + cp -a $install/usr/lib $fs/usr 1.36 +}