1 # Contributor: John Gerritse <reaphsharc@gmail.com>
2 # Contributor: Josh Miller <josh@joshdmiller.com>
6 pkgdesc="Celtx is the world's first fully integrated solution for media pre-production and collaboration. (binary version for x86_64)"
8 url="http://celtx.com/"
12 conflicts=('celtx' 'celtx-bin')
13 install="celtx.install"
14 source=(http://download.celtx.com/2.9.1/Celtx-2.9.1-64.tar.bz2 'CePL-1.3.txt' 'celtx.desktop' 'celtx.install')
15 md5sums=('64228345d5c35a8f34c63778c042f26c'
16 '998912d308020615adb0bcf22b845970'
17 'c64e4173b5af998ffa158d3c085b996e'
18 '38925b8d2b378dbe796bb1497a8f564e')
23 mkdir -p ${pkgdir}/opt/celtx
24 cp -a ${srcdir}/celtx/* ${pkgdir}/opt/celtx/
25 chmod a+x ${pkgdir}/opt/celtx/celtx
26 chmod a+x ${pkgdir}/opt/celtx/celtx-bin
29 install -D -m644 "${srcdir}/CePL-1.3.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt" || return 1
30 install -D -m644 "${srcdir}/celtx.desktop" "${pkgdir}/usr/share/applications/celtx.desktop" || return 1
33 # vim:set ts=2 sw=2 et: