summaryrefslogtreecommitdiff
path: root/community/mtasc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/mtasc
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 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
-}