prt-utils: update to 1.1

This commit is contained in:
Juergen Daubert 2016-02-24 17:26:47 +01:00
parent 7321147b62
commit 4aec122b9d
3 changed files with 27 additions and 23 deletions

View File

@ -1,3 +1,5 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/revdep.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dllist
@ -41,23 +43,24 @@ drwxr-xr-x root/root usr/lib/prtverify/
-rw-r--r-- root/root usr/lib/prtverify/30_system_users.awk
-rw-r--r-- root/root usr/lib/prtverify/90_mk_footprint_db.awk
-rw-r--r-- root/root usr/lib/prtverify/prtverify.wl
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dllist.1.gz
-rw-r--r-- root/root usr/man/man1/finddeps.1.gz
-rw-r--r-- root/root usr/man/man1/findredundantdeps.1.gz
-rw-r--r-- root/root usr/man/man1/oldfiles.1.gz
-rw-r--r-- root/root usr/man/man1/pkg_installed.1.gz
-rw-r--r-- root/root usr/man/man1/pkgexport.1.gz
-rw-r--r-- root/root usr/man/man1/pkgfoster.1.gz
-rw-r--r-- root/root usr/man/man1/pkgsize.1.gz
-rw-r--r-- root/root usr/man/man1/portspage.1.gz
-rw-r--r-- root/root usr/man/man1/prt-utils.1.gz
-rw-r--r-- root/root usr/man/man1/prtcheck.1.gz
-rw-r--r-- root/root usr/man/man1/prtcheckmissing.1.gz
-rw-r--r-- root/root usr/man/man1/prtcreate.1.gz
-rw-r--r-- root/root usr/man/man1/prtorphan.1.gz
-rw-r--r-- root/root usr/man/man1/prtsweep.1.gz
-rw-r--r-- root/root usr/man/man1/prtverify.1.gz
-rw-r--r-- root/root usr/man/man1/prtwash.1.gz
-rw-r--r-- root/root usr/man/man1/revdep.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/dllist.1.gz
-rw-r--r-- root/root usr/share/man/man1/finddeps.1.gz
-rw-r--r-- root/root usr/share/man/man1/findredundantdeps.1.gz
-rw-r--r-- root/root usr/share/man/man1/oldfiles.1.gz
-rw-r--r-- root/root usr/share/man/man1/pkg_installed.1.gz
-rw-r--r-- root/root usr/share/man/man1/pkgexport.1.gz
-rw-r--r-- root/root usr/share/man/man1/pkgfoster.1.gz
-rw-r--r-- root/root usr/share/man/man1/pkgsize.1.gz
-rw-r--r-- root/root usr/share/man/man1/portspage.1.gz
-rw-r--r-- root/root usr/share/man/man1/prt-utils.1.gz
-rw-r--r-- root/root usr/share/man/man1/prtcheck.1.gz
-rw-r--r-- root/root usr/share/man/man1/prtcheckmissing.1.gz
-rw-r--r-- root/root usr/share/man/man1/prtcreate.1.gz
-rw-r--r-- root/root usr/share/man/man1/prtorphan.1.gz
-rw-r--r-- root/root usr/share/man/man1/prtsweep.1.gz
-rw-r--r-- root/root usr/share/man/man1/prtverify.1.gz
-rw-r--r-- root/root usr/share/man/man1/prtwash.1.gz
-rw-r--r-- root/root usr/share/man/man1/revdep.1.gz

View File

@ -1 +1 @@
6e9bb9ebbfa764bed67a4f3ee5f758bc prt-utils-1.0.2.tar.xz
5ddd0534f9a4932dbb9adf883328ad69 prt-utils-1.1.tar.xz

View File

@ -5,11 +5,12 @@
# Depends on: elfutils
name=prt-utils
version=1.0.2
version=1.1
release=1
source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.xz)
build() {
cd $name-$version
make DESTDIR=$PKG MANDIR=/usr/man install
make DESTDIR=$PKG install
install -d $PKG/etc/revdep.d
}