ports/opt (3.2): u-boot-tools: updated to 2016.01 and fixed mandir location
commit 07074e6d6027b0a069a7f5268de4fe42970afb7c Author: Jose V Beneyto <sepen@crux.nu> Date: Tue Feb 2 17:00:51 2016 +0000 u-boot-tools: updated to 2016.01 and fixed mandir location diff --git a/u-boot-tools/.footprint b/u-boot-tools/.footprint index 339bb1f..37b8ca0 100644 --- a/u-boot-tools/.footprint +++ b/u-boot-tools/.footprint @@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mkenvimage -rwxr-xr-x root/root usr/bin/mkimage -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/mkimage.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/mkimage.1.gz diff --git a/u-boot-tools/.md5sum b/u-boot-tools/.md5sum index baac71e..26aa05b 100644 --- a/u-boot-tools/.md5sum +++ b/u-boot-tools/.md5sum @@ -1 +1 @@ -3dac9a0b46fed77fc768ad3bd2d68c05 u-boot-2015.07.tar.bz2 +7d4f65fd43d4d706f5c5650e020d899d u-boot-2016.01.tar.bz2 diff --git a/u-boot-tools/Pkgfile b/u-boot-tools/Pkgfile index 20b8833..5fea319 100644 --- a/u-boot-tools/Pkgfile +++ b/u-boot-tools/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=u-boot-tools -version=2015.07 +version=2016.01 release=1 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2) @@ -18,7 +18,7 @@ build() { make sandbox_config make V=1 tools CUSTOMCFLAGS="$CFLAGS" TOOLSUBDIRS="" - install -d -m 0755 $PKG/usr/{bin,man/man1} + install -d -m 0755 $PKG/usr/{bin,share/man/man1} install -m 0755 tools/mk{,env}image $PKG/usr/bin - install -m 0644 doc/mkimage.1 $PKG/usr/man/man1 + install -m 0644 doc/mkimage.1 $PKG/usr/share/man/man1 }
participants (1)
-
crux@crux.nu