diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /prt-utils | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'prt-utils')
-rw-r--r-- | prt-utils/.footprint | 30 | ||||
-rw-r--r-- | prt-utils/.md5sum | 1 | ||||
-rw-r--r-- | prt-utils/Pkgfile | 16 |
3 files changed, 47 insertions, 0 deletions
diff --git a/prt-utils/.footprint b/prt-utils/.footprint new file mode 100644 index 000000000..ddf9e4e74 --- /dev/null +++ b/prt-utils/.footprint @@ -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 diff --git a/prt-utils/.md5sum b/prt-utils/.md5sum new file mode 100644 index 000000000..9bb7a9f84 --- /dev/null +++ b/prt-utils/.md5sum @@ -0,0 +1 @@ +7ccdfcaa55d60fbcc0d9201bb44291b6 prt-utils-0.7.1.tar.gz diff --git a/prt-utils/Pkgfile b/prt-utils/Pkgfile new file mode 100644 index 000000000..a5e2a9f7d --- /dev/null +++ b/prt-utils/Pkgfile @@ -0,0 +1,16 @@ +# Description: some scripts for CRUX ports +# URL: http://prt-utils.berlios.de +# 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.1 +release=1 +source=(http://download.berlios.de/prt-utils/$name-$version.tar.gz) + +build() { + cd $name-$version + mkdir -p $PKG/usr/{man/man1,bin} + make DESTDIR=$PKG install +} |