wok diff readline/receipt @ rev 17914

Add fontforge and its depends (libspiro, libuninameslist).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 09 03:26:48 2015 +0300 (2015-04-09)
parents 2b9f96603415
children fa58eb98af1e
line diff
     1.1 --- a/readline/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/readline/receipt	Thu Apr 09 03:26:48 2015 +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