[arch-commits] Commit in firefox-firebug/repos (community-any community-any/PKGBUILD)

speps speps at nymeria.archlinux.org
Fri Aug 30 23:24:45 UTC 2013


    Date: Saturday, August 31, 2013 @ 01:24:44
  Author: speps
Revision: 96520

archrelease: copy trunk to community-any

Added:
  firefox-firebug/repos/community-any/
  firefox-firebug/repos/community-any/PKGBUILD
    (from rev 96519, firefox-firebug/trunk/PKGBUILD)

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

Copied: firefox-firebug/repos/community-any/PKGBUILD (from rev 96519, firefox-firebug/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-08-30 23:24:44 UTC (rev 96520)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=firefox-firebug
+pkgver=1.11.4
+pkgrel=1
+pkgdesc="Firefox plugin with tools for web development."
+arch=(any)
+url="http://getfirebug.com/"
+license=('custom:BSD')
+groups=('firefox-addons')
+depends=('firefox')
+provides=('firebug')
+source=("${url}releases/firebug/${pkgver%.*}/firebug-$pkgver.xpi")
+md5sums=('c5ce520e6e5c473ae3bfa7413c7c1b66')
+
+package() {
+  cd "$srcdir"
+
+  # extension
+  _dest="$pkgdir/usr/lib/firefox/browser/extensions/firebug at software.joehewitt.com"
+  find . -type d -exec install -d {} $_dest/{} \;
+  find . -type f -exec install -Dm644 {} $_dest/{} \;
+
+  # license
+  install -Dm644 license.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list