diff options
author | Jason Thomas Dolan <jay@jaydolan.com> | 2006-02-23 18:45:10 +0000 |
---|---|---|
committer | Jason Thomas Dolan <jay@jaydolan.com> | 2006-02-23 18:45:10 +0000 |
commit | d0a0934de94604d7827d8d05c62af4277cbf8887 (patch) | |
tree | 8a6890d2257bee7d5764ffa3bc0a7d6a40945844 /sharutils | |
parent | ef3bdb87cfa8c0e6f50737aad2d44d248af014ff (diff) | |
download | opt-d0a0934de94604d7827d8d05c62af4277cbf8887.tar.gz opt-d0a0934de94604d7827d8d05c62af4277cbf8887.tar.xz |
Updated libsndfile, xscreensaver. Added new ports madwifi and sharutils. Pulled jack down from attic.
Diffstat (limited to 'sharutils')
-rw-r--r-- | sharutils/.footprint | 18 | ||||
-rw-r--r-- | sharutils/.md5sum | 1 | ||||
-rw-r--r-- | sharutils/Pkgfile | 16 |
3 files changed, 35 insertions, 0 deletions
diff --git a/sharutils/.footprint b/sharutils/.footprint new file mode 100644 index 000000000..22d2087d0 --- /dev/null +++ b/sharutils/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/compress-dummy +-rwxr-xr-x root/root usr/bin/mail-files +-rwxr-xr-x root/root usr/bin/mailshar +-rwxr-xr-x root/root usr/bin/remsync +-rwxr-xr-x root/root usr/bin/shar +-rwxr-xr-x root/root usr/bin/unshar +-rwxr-xr-x root/root usr/bin/uudecode +-rwxr-xr-x root/root usr/bin/uuencode +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/shar.1.gz +-rw-r--r-- root/root usr/man/man1/unshar.1.gz +-rw-r--r-- root/root usr/man/man1/uudecode.1.gz +-rw-r--r-- root/root usr/man/man1/uuencode.1.gz +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/uuencode.5.gz diff --git a/sharutils/.md5sum b/sharutils/.md5sum new file mode 100644 index 000000000..5b18df7df --- /dev/null +++ b/sharutils/.md5sum @@ -0,0 +1 @@ +c081e3acfeab71cf76dca79f8f76c62d sharutils-4.6.tar.bz2 diff --git a/sharutils/Pkgfile b/sharutils/Pkgfile new file mode 100644 index 000000000..585c4547c --- /dev/null +++ b/sharutils/Pkgfile @@ -0,0 +1,16 @@ +# Description: GNU shar (encoding/decoding) utilities +# Maintainer: Jay Dolan jasonthomasdolan at yahoo dot com +# Url: http://www.gnu.org/software/sharutils/sharutils.html +# Depends on: + +name=sharutils +version=4.6 +release=1 +source=(ftp://ftp.gnu.org/gnu/$name/REL-$version/$name-$version.tar.bz2) + +build(){ + cd $name-$version + ./configure --prefix=/usr --disable-nls + make DESTDIR=$PKG install + rm -rf $PKG/usr/info +} |