wok-next diff e4rat/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 2f3aba6cc31e
children e5bec980f006
line diff
     1.1 --- a/e4rat/receipt	Mon Jun 12 11:39:09 2017 +0300
     1.2 +++ b/e4rat/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.3 @@ -9,8 +9,9 @@
     1.4  TARBALL="${PACKAGE}_${VERSION}_src.tar.gz"
     1.5  WEB_SITE="http://e4rat.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +CONFIG_FILES="/etc/e4rat.conf"
     1.8  
     1.9 -DEPENDS="e2fsprogs"
    1.10 +DEPENDS="e2fsprogs libboost-system libboost-filesystem libboost-regex"
    1.11  BUILD_DEPENDS="cmake e2fsprogs-dev libboost-dev libboost-system \
    1.12  libboost-filesystem libboost-regex libboost-signals libboost-serialization \
    1.13  audit-dev perl"
    1.14 @@ -18,7 +19,6 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	patch -p0 < $stuff/e4rat-boost.u
    1.19  	cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr . &&
    1.20  	make && make install
    1.21  }
    1.22 @@ -29,6 +29,6 @@
    1.23  	mkdir -p $fs/usr
    1.24  	cp -a $install/etc $fs
    1.25  	cp -a $install/var $fs
    1.26 -	cp -a $install/usr/sbin $fs/usr
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28  	cp -a $install/usr/lib $fs/usr
    1.29  }