wok-current diff nvclock/receipt @ rev 23195
updated msgpack and msgpack-dev (3.1.1 -> 3.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 20 15:54:32 2020 +0100 (2020-03-20) |
parents | 8a74e7b0ff7f |
children | ad8b9ff412d2 |
line diff
1.1 --- a/nvclock/receipt Wed Jul 06 13:17:14 2016 +0200 1.2 +++ b/nvclock/receipt Fri Mar 20 15:54:32 2020 +0100 1.3 @@ -14,17 +14,16 @@ 1.4 BUILD_DEPENDS="autoconf automake" 1.5 1.6 # Rules to configure and make the package. 1.7 -compile_rules(){ 1.8 - [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION 1.9 - cd $src 1.10 - sed -i 's|prefix}/man|prefix}/share/man|' Makefile* 1.11 +compile_rules() 1.12 +{ 1.13 + sed -i 's|prefix}/man|prefix}/share/man|' Makefile* 1.14 1.15 autoreconf 1.16 1.17 - patch -Np1 -i $stuff/$PACKAGE-$VERSION-install.patch 1.18 - ./configure --prefix=/usr --bindir=/usr/bin && 1.19 - make -j 1 && 1.20 - make DESTDIR=$DESTDIR install 1.21 + patch -Np1 -i $stuff/$PACKAGE-$VERSION-install.patch 1.22 + ./configure --prefix=/usr --bindir=/usr/bin && 1.23 + make -j 1 && 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.