summaryrefslogtreecommitdiffstats
path: root/base/readline/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-14 21:54:04 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-14 21:54:04 +0100
commit74bd78024d4926385c188d02334a2029c8ec487b (patch)
tree2dd6aa5422678247de78d18b1d4b6305f307c11b /base/readline/Pkgfile
parent8173874fbf35aed8b5c664a03bbb312041932873 (diff)
downloadnutyx-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-xbase/readline/Pkgfile7
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 \