[arch-commits] Commit in (4 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jan 12 18:32:48 UTC 2011


    Date: Wednesday, January 12, 2011 @ 13:32:48
  Author: andyrtr
Revision: 105833

initial commit for new icedtea-web - split out repleacement of openjdk pkg browser plugin + WebStart

Added:
  icedtea-web/
  icedtea-web/repos/
  icedtea-web/trunk/
  icedtea-web/trunk/PKGBUILD

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Added: icedtea-web/trunk/PKGBUILD
===================================================================
--- icedtea-web/trunk/PKGBUILD	                        (rev 0)
+++ icedtea-web/trunk/PKGBUILD	2011-01-12 18:32:48 UTC (rev 105833)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=icedtea-web
+pkgver=0.9.hg20110107
+pkgrel=1
+pkgdesc="provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project"
+arch=('i686' 'x86_64')
+url="http://icedtea.classpath.org/wiki/IcedTea-Web"
+license=('GPL2')
+groups=()
+depends=('openjdk6')
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=(#$pkgname-$pkgver.tar.gz
+	# see http://icedtea.classpath.org/hg/release/icedtea-web-1.0/rev/b3647620fa41 for state
+	http://icedtea.classpath.org/hg/release/icedtea-web-1.0/archive/b3647620fa41.tar.bz2)
+noextract=()
+md5sums=() #generate with 'makepkg -g'
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}


Property changes on: icedtea-web/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list