CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
readline: fixed installation files
authorJose V Beneyto <sepen@crux.nu>
Mon, 14 Dec 2009 09:11:34 +0000 (10:11 +0100)
committerJose V Beneyto <sepen@crux.nu>
Mon, 14 Dec 2009 09:11:34 +0000 (10:11 +0100)
readline/.footprint
readline/Pkgfile

index dbac4ed14c62e0d4f173b49b9222763bd6d5d13a..c2b7fb981d05e96bb08767b6320dcf016aecd705 100644 (file)
@@ -20,16 +20,11 @@ lrwxrwxrwx  root/root       usr/lib/libhistory.so.6 -> libhistory.so.6.0
 lrwxrwxrwx     root/root       usr/lib/libreadline.so -> libreadline.so.6
 lrwxrwxrwx     root/root       usr/lib/libreadline.so.6 -> libreadline.so.6.0
 -r-xr-xr-x     root/root       usr/lib/libreadline.so.6.0
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man3/
+-rw-r--r--     root/root       usr/man/man3/history.3.gz
+-rw-r--r--     root/root       usr/man/man3/readline.3.gz
 drwxr-xr-x     root/root       usr/share/
-drwxr-xr-x     root/root       usr/share/info/
--rw-r--r--     root/root       usr/share/info/dir
--rw-r--r--     root/root       usr/share/info/history.info
--rw-r--r--     root/root       usr/share/info/readline.info
--rw-r--r--     root/root       usr/share/info/rluserman.info
-drwxr-xr-x     root/root       usr/share/man/
-drwxr-xr-x     root/root       usr/share/man/man3/
--rw-r--r--     root/root       usr/share/man/man3/history.3.gz
--rw-r--r--     root/root       usr/share/man/man3/readline.3.gz
 drwxr-xr-x     root/root       usr/share/readline/
 -rw-r--r--     root/root       usr/share/readline/excallback.c
 -rw-r--r--     root/root       usr/share/readline/fileman.c
index b35a136c66343f2c00976c11436c0c00f4c14c22..e7b7d676ab69b6af7dd1a0dec6bc898b468da0ca 100644 (file)
@@ -6,7 +6,7 @@
 
 name=readline
 version=6.0.4
-release=1
+release=2
 source=(http://ftp.gnu.org/gnu/$name/$name-${version%.*}.tar.gz \
         $name-6.0-001-004.patch inputrc)
 
@@ -15,9 +15,10 @@ build() {
   patch -p0 -i $SRC/$name-6.0-001-004.patch
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr
+              --prefix=/usr \
+              --mandir=/usr/man
   make
   make DESTDIR=$PKG install
   install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
-  rm -rf $PKG/usr/info
+  rm -rf $PKG/usr/share/info
 }