diff options
author | Bob Igo <bob@stormlogic.com> | 2009-08-07 17:12:26 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-08-07 17:12:26 (GMT) |
commit | b1d081edd3cbb7d29f18673ad01ecc427b43e841 (patch) | |
tree | ac8c4c9b2eaa8b3e6d5c6c040f76d76d1f8ff746 /abs/extra-testing/myth2ipod/PKGBUILD | |
parent | 4ac045673065b3f2d00304a4c89b893d12ae86d5 (diff) | |
download | linhes_pkgbuild-b1d081edd3cbb7d29f18673ad01ecc427b43e841.zip linhes_pkgbuild-b1d081edd3cbb7d29f18673ad01ecc427b43e841.tar.gz linhes_pkgbuild-b1d081edd3cbb7d29f18673ad01ecc427b43e841.tar.bz2 |
iterating toward working myth2ipod and myt2xvid3 packages
Diffstat (limited to 'abs/extra-testing/myth2ipod/PKGBUILD')
-rwxr-xr-x | abs/extra-testing/myth2ipod/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/extra-testing/myth2ipod/PKGBUILD b/abs/extra-testing/myth2ipod/PKGBUILD index bfb7c91..8bc7811 100755 --- a/abs/extra-testing/myth2ipod/PKGBUILD +++ b/abs/extra-testing/myth2ipod/PKGBUILD @@ -1,6 +1,6 @@ pkgname=myth2ipod pkgver=0.2 -pkgrel=18 +pkgrel=24 arch=("i686") pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" url="myth2ipod.com" @@ -14,7 +14,6 @@ build() { install -D -m 755 myth2ipod $startdir/pkg/usr/bin/myth2ipod install -D -m 755 myth2ipod-userjob.sh /$startdir/pkg/usr/bin/myth2ipod-userjob.sh install -D -m755 iPod.pm $startdir/pkg/usr/share/nuvexport/export/ffmpeg/iPod.pm - install -D -m755 m2iweb.php $startdir/pkg/myth/ipodfeed - - + mkdir -m755 -p $startdir/pkg/myth/ipodfeed + install -D -m755 m2iweb.php $startdir/pkg/myth/ipodfeed/ } |