wok-next diff readline/receipt @ rev 19051
Up wmctrl (c5c5eb8)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Apr 18 14:40:48 2016 +0300 (2016-04-18) |
parents | 2b9f96603415 |
children | fa58eb98af1e |
line diff
1.1 --- a/readline/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/readline/receipt Mon Apr 18 14:40:48 2016 +0300 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