1
0
forked from ports/opt

prt-utils: initial import

This commit is contained in:
Simone Rota 2005-11-16 17:43:17 +00:00
parent 4c631eda8c
commit 7739715278
3 changed files with 50 additions and 0 deletions

30
prt-utils/.footprint Normal file
View File

@ -0,0 +1,30 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dllist
-rwxr-xr-x root/root usr/bin/finddeps
-rwxr-xr-x root/root usr/bin/findredundantdeps
-rwxr-xr-x root/root usr/bin/oldfiles
-rwxr-xr-x root/root usr/bin/pkg_installed
-rwxr-xr-x root/root usr/bin/pkgexport
-rwxr-xr-x root/root usr/bin/pkgsize
-rwxr-xr-x root/root usr/bin/prtcheck
-rwxr-xr-x root/root usr/bin/prtcheckmissing
-rwxr-xr-x root/root usr/bin/prtcreate
-rwxr-xr-x root/root usr/bin/prtorphan
-rwxr-xr-x root/root usr/bin/prtrej
-rwxr-xr-x root/root usr/bin/prtsweep
-rwxr-xr-x root/root usr/bin/prtwash
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/pkgsize.1.gz
-rw-r--r-- root/root usr/man/man1/prtcheck.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/prtwash.1.gz

2
prt-utils/.md5sum Normal file
View File

@ -0,0 +1,2 @@
1b13799f3d9c3d396896ef2dc8897ecf oldfiles.patch
59499162192921f533b355695be403d3 prt-utils-0.7.0.tar.gz

18
prt-utils/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: some scripts for CRUX ports
# URL: http://rfhs8012.fh-regensburg.de/~opel/crux/prt-utils.php
# Maintainer: Simone Rota, sip at varlock dot com
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: prt-get
name=prt-utils
version=0.7.0
release=2
source=(http://download.berlios.de/prt-utils/$name-$version.tar.gz
http://www.varlock.com/files/oldfiles.patch)
build() {
cd $name
patch -p0 < ../oldfiles.patch
mkdir -p $PKG/usr/{man/man1,bin}
make DESTDIR=$PKG install
}