wok-next diff autoconf-archive/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 | 0cbe4b1f2230 |
children |
line diff
1.1 --- a/autoconf-archive/receipt Mon Dec 03 14:47:30 2018 +0200 1.2 +++ b/autoconf-archive/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="autoconf-archive" 1.7 -VERSION="2018.03.13" 1.8 +VERSION="2019.01.06" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Collection of GNU Autoconf macros" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -12,18 +12,21 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.15 1.16 -compile_rules() { 1.17 - ./configure \ 1.18 +compile_rules() 1.19 +{ 1.20 + ./configure \ 1.21 $CONFIGURE_ARGS && 1.22 make && 1.23 make install 1.24 1.25 - # documentation mistakenly goes here 1.26 - rm -r $install/usr/share/autoconf-archive 1.27 + # 2018.03.13 documentation mistakenly goes here 1.28 +# rm -r $install/usr/share/autoconf-archive 1.29 + 1.30 cook_pick_docs AUTHORS COPYING COPYING.EXCEPTION README TODO 1.31 } 1.32 1.33 -genpkg_rules() { 1.34 +genpkg_rules() 1.35 +{ 1.36 copy @dev 1.37 DEPENDS="autoconf" 1.38 }