summaryrefslogtreecommitdiff
path: root/todo/yuicompressor/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'todo/yuicompressor/PKGBUILD')
-rw-r--r--todo/yuicompressor/PKGBUILD41
1 files changed, 41 insertions, 0 deletions
diff --git a/todo/yuicompressor/PKGBUILD b/todo/yuicompressor/PKGBUILD
new file mode 100644
index 0000000..097463e
--- /dev/null
+++ b/todo/yuicompressor/PKGBUILD
@@ -0,0 +1,41 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+pkgname=yuicompressor
+pkgver=2.4.7
+pkgrel=1
+pkgdesc=""
+arch=('any')
+url=""
+license=('BSD')
+groups=()
+depends=('rhino' 'jargs')
+makedepends=('ant')
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("http://yui.zenfs.com/releases/$pkgname/$pkgname-$pkgver.zip")
+noextract=()
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('885657c68ed617737e730b4c2ce52dda')