CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ed: updated to 1.12 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 13:30:23 +0000 (13:30 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 13:30:23 +0000 (13:30 +0000)
ed/.footprint
ed/.md5sum
ed/Pkgfile

index 44ae7adcd572c768cedbe688e09d88edc7f6088c..89e395a089c8fc068dc6db305bd84559bfe1b356 100644 (file)
@@ -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
index fb473da08696581af79000136fd77c8ef31af8f1..6daff63e5b951c9a44b7ae85a865e3a3620659ad 100644 (file)
@@ -1 +1 @@
-d1e51bb6e78417af8fb12684c31fd9eb  ed-1.10.tar.lz
+67c96fc79c29e86fb8002759c4a20e16  ed-1.12.tar.lz
index 0a313675941fd8c1b9d77d8cd0e60014bfdb097b..43ee305a744afc064ca21880196363a18a87ef25 100644 (file)
@@ -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
 }