[arch-commits] Commit in nsgenbind/repos (2 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Apr 29 12:09:35 UTC 2014


    Date: Tuesday, April 29, 2014 @ 14:09:34
  Author: arodseth
Revision: 110418

archrelease: copy trunk to community-x86_64, community-i686

Added:
  nsgenbind/repos/community-i686/PKGBUILD
    (from rev 110417, nsgenbind/trunk/PKGBUILD)
  nsgenbind/repos/community-x86_64/PKGBUILD
    (from rev 110417, nsgenbind/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: nsgenbind/repos/community-i686/PKGBUILD (from rev 110417, nsgenbind/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-29 12:09:34 UTC (rev 110418)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Marian Buschsieweke <mari.hahn at uni-muenster.de>
+
+pkgname=nsgenbind
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='NetSurf javascript binding generator'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('GPL')
+makedepends=('netsurf-buildsystem' 'git')
+source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nsgenbind/repos/community-x86_64/PKGBUILD (from rev 110417, nsgenbind/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-29 12:09:34 UTC (rev 110418)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Marian Buschsieweke <mari.hahn at uni-muenster.de>
+
+pkgname=nsgenbind
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='NetSurf javascript binding generator'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('GPL')
+makedepends=('netsurf-buildsystem' 'git')
+source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list