summaryrefslogtreecommitdiff
path: root/community/mtasc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/mtasc
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/mtasc')
-rw-r--r--community/mtasc/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/mtasc/PKGBUILD b/community/mtasc/PKGBUILD
deleted file mode 100644
index 31875d2d4..000000000
--- a/community/mtasc/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 66242 2012-02-23 05:15:17Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Niel Drummond <niel.drummond@grumpytoad.org>
-
-pkgname=mtasc
-pkgver=20091229
-pkgrel=4
-pkgdesc="An open source flash (swf) compiler"
-arch=(i686 x86_64)
-url="http://mtasc.org/"
-license=('GPL2')
-depends=('zlib')
-makedepends=('ocaml' 'cvs')
-source=("http://arch.p5n.pp.ru/~sergej/dl/mtasc-$pkgver-1.tar.gz")
-md5sums=('e3b1f31ae906ebbd92678fdac0fdd411')
-
-build() {
- cd $srcdir/mtasc-$pkgver
- (cd ocaml/extc && make)
- ocaml install.ml
-}
-
-package() {
- cd $srcdir/mtasc-$pkgver
- install -D -m755 $srcdir/mtasc-$pkgver/bin/${pkgname} $pkgdir/usr/bin/${pkgname}
- for f in $( cd ocaml/mtasc/ && find ./{std,std8} -type f -iname '*.as' | grep -iv cvs ); do
- install -D -m644 ocaml/mtasc/$f $pkgdir/usr/share/mtasc/$f
- done
-}