[arch-commits] Commit in (5 files)

Anatol Pomozov anatolik at nymeria.archlinux.org
Wed Apr 9 18:03:54 UTC 2014


    Date: Wednesday, April 9, 2014 @ 20:03:54
  Author: anatolik
Revision: 109037

bbe: move package from AUR to [community]

Added:
  bbe/
  bbe/repos/
  bbe/trunk/
  bbe/trunk/PKGBUILD
  bbe/trunk/bbe.install

-------------+
 PKGBUILD    |   25 +++++++++++++++++++++++++
 bbe.install |   13 +++++++++++++
 2 files changed, 38 insertions(+)

Added: bbe/trunk/PKGBUILD
===================================================================
--- bbe/trunk/PKGBUILD	                        (rev 0)
+++ bbe/trunk/PKGBUILD	2014-04-09 18:03:54 UTC (rev 109037)
@@ -0,0 +1,25 @@
+# Maintainer:  TDY <tdy at gmx.com>
+# Contributor: Nathan Owe <ndowens04+AUR at gmail.com>
+
+pkgname=bbe
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='A sed-like editor for binary files'
+arch=(i686 x86_64)
+url="http://bbe.sourceforge.net/"
+license=(GPL)
+depends=(glibc)
+install=bbe.install
+source=(http://downloads.sourceforge.net/$pkgname-/$pkgname-$pkgver.tar.gz)
+sha1sums=('42d5b47d607a9633fb49e7d39e2aebfb7bb89c05')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: bbe/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: bbe/trunk/bbe.install
===================================================================
--- bbe/trunk/bbe.install	                        (rev 0)
+++ bbe/trunk/bbe.install	2014-04-09 18:03:54 UTC (rev 109037)
@@ -0,0 +1,13 @@
+infodir=/usr/share/info
+
+post_install() {
+  install-info $infodir/bbe.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  install-info delete $infodir/bbe.info.gz $infodir/dir 2> /dev/null
+}




More information about the arch-commits mailing list