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

Balló György bgyorgy at nymeria.archlinux.org
Wed Oct 16 03:44:17 UTC 2013


    Date: Wednesday, October 16, 2013 @ 05:44:17
  Author: bgyorgy
Revision: 98640

archrelease: copy trunk to community-any

Added:
  bless/repos/community-any/
  bless/repos/community-any/PKGBUILD
    (from rev 98639, bless/trunk/PKGBUILD)

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

Copied: bless/repos/community-any/PKGBUILD (from rev 98639, bless/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-10-16 03:44:17 UTC (rev 98640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  TDY <tdy at gmx.com>
+# Contributor: dcraven <dcraven at gmail.com>
+
+pkgname=bless
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="A high-quality, full-featured hex editor"
+arch=('any')
+url="http://home.gna.org/bless/"
+license=('GPL')
+depends=('gtk-sharp-2>=2.8')
+makedepends=('gettext' 'pkgconfig' 'rarian')
+source=(http://download.gna.org/bless/bless-$pkgver.tar.gz)
+md5sums=('b4c20d113281dfedb67d9f3ff8b174e3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Build for mono 4.0 (FS#37299)
+  sed -i 's/gmcs/dmcs/' configure{,.ac} builder/ModuleBuilder.cs
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --without-scrollkeeper
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list