summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/myth2ipod/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-07-31 05:44:48 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-07-31 05:44:48 (GMT)
commite0745cb76cc8eda2decea99ea693354cfd9980bf (patch)
tree6635bfe65bc83cde85a7e46b0bae7f6c854a1980 /abs/extra-testing/myth2ipod/PKGBUILD
parentd5b30b14e06db375bcf5069f23f47213a65adeed (diff)
downloadlinhes_pkgbuild-e0745cb76cc8eda2decea99ea693354cfd9980bf.zip
linhes_pkgbuild-e0745cb76cc8eda2decea99ea693354cfd9980bf.tar.gz
linhes_pkgbuild-e0745cb76cc8eda2decea99ea693354cfd9980bf.tar.bz2
Myth2iPod:Adds m2iweb.php to allow for deletion of unwanted videos.
Diffstat (limited to 'abs/extra-testing/myth2ipod/PKGBUILD')
-rwxr-xr-xabs/extra-testing/myth2ipod/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/myth2ipod/PKGBUILD b/abs/extra-testing/myth2ipod/PKGBUILD
index 80a8613..bfb7c91 100755
--- a/abs/extra-testing/myth2ipod/PKGBUILD
+++ b/abs/extra-testing/myth2ipod/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=myth2ipod
pkgver=0.2
-pkgrel=17
+pkgrel=18
arch=("i686")
pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
url="myth2ipod.com"
depends=('gpac' 'nuvexport' )
install="myth2ipod.install"
-source=( myth2ipod iPod.pm myth2ipod-userjob.sh)
+source=( myth2ipod iPod.pm myth2ipod-userjob.sh m2iweb.php)
build() {
@@ -14,6 +14,7 @@ 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
}