wok-6.x diff readline/receipt @ rev 18817
Add python-pyte
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Jan 16 09:15:31 2016 +0000 (2016-01-16) |
parents | 2b9f96603415 |
children | fa58eb98af1e |
line diff
1.1 --- a/readline/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/readline/receipt Sat Jan 16 09:15:31 2016 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="readline" 1.7 -VERSION="6.2" 1.8 +VERSION="6.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GNU readline." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -18,6 +18,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + patch -Np1 -i $stuff/readline-6.3-upstream_fixes-3.patch 1.17 sed -i '/(MV)/d' Makefile* 1.18 ./configure $CONFIGURE_ARGS && 1.19 make && make DESTDIR=$DESTDIR install