summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/myt2xvid3/PKGBUILD
blob: 231d0b3296ec557dbd8bf804d19ad657fc765b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname=myt2xvid3
pkgver=0.1
pkgrel=2
arch=("i686")
pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
url="http://www.knoppmythwiki.org/index.php?page=XvidEncoding"
depends=('nuvexport')
install="myt2xvid3.install"
source=( myt2xvid3 myt2xvid3-userjob.sh archive.php)


build() {
	cd $startdir/src
	install -D -m 755 myt2xvid3 $startdir/pkg/usr/bin/myt2xvid3
	install -D -m 755 myt2xvid3-userjob.sh /$startdir/pkg/usr/bin/myt2xvid3-userjob.sh
	install -D -m 755 archive.php /myth/video/archive/archive.php


}