diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-14 21:54:04 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-14 21:54:04 +0100 |
commit | 74bd78024d4926385c188d02334a2029c8ec487b (patch) | |
tree | 2dd6aa5422678247de78d18b1d4b6305f307c11b /base/readline/Pkgfile | |
parent | 8173874fbf35aed8b5c664a03bbb312041932873 (diff) | |
download | nutyx-pakxe-74bd78024d4926385c188d02334a2029c8ec487b.tar.gz nutyx-pakxe-74bd78024d4926385c188d02334a2029c8ec487b.tar.bz2 nutyx-pakxe-74bd78024d4926385c188d02334a2029c8ec487b.tar.xz nutyx-pakxe-74bd78024d4926385c188d02334a2029c8ec487b.zip |
Maj readline#6.1-1
Diffstat (limited to 'base/readline/Pkgfile')
-rwxr-xr-x | base/readline/Pkgfile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/base/readline/Pkgfile b/base/readline/Pkgfile index 7b8297939..9df1a4f2e 100755 --- a/base/readline/Pkgfile +++ b/base/readline/Pkgfile @@ -2,18 +2,15 @@ # URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=readline -version=6.0 +version=6.1 release=1 -source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\ - http://www.linuxfromscratch.org/patches/lfs/development/readline-$version-fixes-1.patch) +source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version sed -i '/MV.*old/d' Makefile.in sed -i '/{OLDSUFF}/c:' support/shlib-install -patch -Np1 -i ../readline-$version-fixes-1.patch ./configure --prefix=/usr \ --mandir=/usr/share/man \ |