summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f660a20cdccccaf932a822c5c0579a7205c07bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: gCurse <gcurse at web de>

pkgname=otr-verwaltung3p-vdub
pkgver=1.0.0
pkgrel=1
pkgdesc="Preconfigured wine prefix with ffdshow for otr-verwaltung3p"
arch=("any")
url="https://github.com/gCurse/otr-verwaltung3p-vdub"
license=("GPL3")
depends=("otr-verwaltung3p" "wine")

source=("https://github.com/gCurse/otr-verwaltung3p-vdub/archive/v1.0.0.tar.gz")
md5sums=('8c9f8e4a9cae26bf5641b43d293cbff7')
options=("!strip")
#PKGEXT=".pkg.tar"

package() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    mkdir -p ${pkgdir}/usr/share/otrverwaltung3p/tools
    cp -r intern-VirtualDub ${pkgdir}/usr/share/otrverwaltung3p/tools/
}