From 3d90fd7537bcc4f227cb6633499074198ba081b3 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 12 Nov 2015 13:30:23 +0000 Subject: [PATCH] ed: updated to 1.12 and updated mandir --- ed/.footprint | 9 +++++---- ed/.md5sum | 2 +- ed/Pkgfile | 9 ++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ed/.footprint b/ed/.footprint index 44ae7ad..89e395a 100644 --- a/ed/.footprint +++ b/ed/.footprint @@ -2,7 +2,8 @@ drwxr-xr-x root/root bin/ -rwxr-xr-x root/root bin/ed -rwxr-xr-x root/root bin/red drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ed.1.gz -lrwxrwxrwx root/root usr/man/man1/red.1.gz -> ed.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ed.1.gz +lrwxrwxrwx root/root usr/share/man/man1/red.1.gz -> ed.1.gz diff --git a/ed/.md5sum b/ed/.md5sum index fb473da..6daff63 100644 --- a/ed/.md5sum +++ b/ed/.md5sum @@ -1 +1 @@ -d1e51bb6e78417af8fb12684c31fd9eb ed-1.10.tar.lz +67c96fc79c29e86fb8002759c4a20e16 ed-1.12.tar.lz diff --git a/ed/Pkgfile b/ed/Pkgfile index 0a31367..43ee305 100644 --- a/ed/Pkgfile +++ b/ed/Pkgfile @@ -5,8 +5,8 @@ # Depends on: name=ed -version=1.10 -release=1 +version=1.12 +release=2 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.lz) build() { @@ -17,9 +17,8 @@ build() { --host=$CTARGET \ --prefix=/usr \ --exec-prefix=/ \ - --mandir=/usr/man + CFLAGS="$CFLAGS" make CC="$CC" CFLAGS="$CFLAGS" CXX="$CXX" CXXFLAGS="$CXXFLAGS" - make DESTDIR=$PKG install - rm -r $PKG/usr/share + make DESTDIR=$PKG install-bin install-man } -- 2.26.2