diff options
author | agc <agc> | 2004-06-06 07:20:12 +0000 |
---|---|---|
committer | agc <agc> | 2004-06-06 07:20:12 +0000 |
commit | 5215d5094df6812f2f227acffb38148ba7df85b6 (patch) | |
tree | 3d0b715b34ec380e8d162d5d90bc741a36ead5e7 /audio/applerecords/files | |
parent | bb4a1834d3d0b32d8024176329be1ed177df3f52 (diff) | |
download | pkgsrc-5215d5094df6812f2f227acffb38148ba7df85b6.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 |