diff options
author | agc <agc@pkgsrc.org> | 2004-06-06 07:20:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-06-06 07:20:12 +0000 |
commit | f426eedaec06e4feaa2cc03bd0acbed0f5e05030 (patch) | |
tree | 3d0b715b34ec380e8d162d5d90bc741a36ead5e7 /audio/applerecords/files | |
parent | 50ea3ff2e88f1e447b21df2dfd7352b2e5a7b66f (diff) | |
download | pkgsrc-f426eedaec06e4feaa2cc03bd0acbed0f5e05030.tar.gz |
Initial import of applerecords-0.4 into the Packages Collection.
AppleRecords is a pure Java DAAP client, meaning it can stream songs
from DAAP servers, including Apple iTunes 4 and 4.5 for Windows and
Mac OS X. It should run on most operating systems that have a modern
Java Runtime Environment.
Diffstat (limited to 'audio/applerecords/files')
-rwxr-xr-x | audio/applerecords/files/applerecords | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/applerecords/files/applerecords b/audio/applerecords/files/applerecords new file mode 100755 index 00000000000..b53daf58022 --- /dev/null +++ b/audio/applerecords/files/applerecords @@ -0,0 +1,5 @@ +#! /bin/sh + +ulimit -d 524288 + +exec java -jar @PREFIX@/lib/applerecords/applerecords.jar |