wok-next diff reiser4progs/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | 0e8dadf052b9 |
children |
line diff
1.1 --- a/reiser4progs/receipt Thu Jul 27 00:56:44 2017 +0300 1.2 +++ b/reiser4progs/receipt Fri Dec 28 05:11:49 2018 +0200 1.3 @@ -12,17 +12,15 @@ 1.4 WGET_URL="$SF_MIRROR/reiser4/$TARBALL" 1.5 1.6 BUILD_DEPENDS="util-linux-uuid-dev readline-dev libaal-dev" 1.7 -SPLIT="reiser4progs-dev" 1.8 +SPLIT="$PACKAGE-dev" 1.9 1.10 -# Rules to configure and make the package. 1.11 -compile_rules() 1.12 -{ 1.13 - ./configure $CONFIGURE_ARGS && make && make install 1.14 +compile_rules() { 1.15 + ./configure $CONFIGURE_ARGS && 1.16 + make && 1.17 + make install 1.18 } 1.19 1.20 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 -genpkg_rules() 1.22 -{ 1.23 +genpkg_rules() { 1.24 case $PACKAGE in 1.25 reiser4progs) 1.26 copy @std