diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-27 09:33:18 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-27 09:33:18 +0000 |
commit | 878553cde47042884c3b449a909ce74f95ff2fa8 (patch) | |
tree | 7300086f10c88223d1a34531615934eb262a1682 /data/vorbis/make.sh | |
parent | d24173b75f11db0478f257d460ab800c922bc8ff (diff) |
Adding various multimedia libraries.
git-svn-id: http://svn.telesphoreo.org/trunk@111 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/vorbis/make.sh')
-rw-r--r-- | data/vorbis/make.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/vorbis/make.sh b/data/vorbis/make.sh new file mode 100644 index 000000000..df8e2a88c --- /dev/null +++ b/data/vorbis/make.sh @@ -0,0 +1,7 @@ +pkg:extract +cd * +pkg:patch +autoconf +pkg:configure +make +pkg:install |