diff options
author | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-05-25 18:09:30 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-05-25 18:09:30 +0200 |
commit | a591ea05fa181d10b047d05a7d12b886e1bf6494 (patch) | |
tree | 92038750cbf8cda28d6128d853faf28d8921221e /fmod/Pkgfile | |
parent | 3707c113229aba1e3022013006edba59d6d1c5ba (diff) | |
download | contrib-a591ea05fa181d10b047d05a7d12b886e1bf6494.tar.gz contrib-a591ea05fa181d10b047d05a7d12b886e1bf6494.tar.xz |
fmod: Updated 4.15.04 -> 4.15.05
Diffstat (limited to 'fmod/Pkgfile')
-rw-r--r-- | fmod/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fmod/Pkgfile b/fmod/Pkgfile index 1dcdf3e2b..68159125f 100644 --- a/fmod/Pkgfile +++ b/fmod/Pkgfile @@ -5,13 +5,12 @@ # Depends on: name=fmod -version=4.15.04 +version=4.15.05 release=1 source=(http://www.fmod.org/index.php/release/version/${name}api${version[@]//./}linux.tar.gz) build() { - # fmod api install -d $PKG/usr/{lib/$name/plugins,include/$name} install -m 0755 ${name}api${version[@]//./}linux/api/{lib/*.so.*,plugins/*} $PKG/usr/lib/$name install -m 0644 ${name}api${version[@]//./}linux/api/inc/* $PKG/usr/include/$name |