Date: Friday, June 1, 2018 @ 03:58:47
  Author: kkeen
Revision: 335405

archrelease: copy trunk to community-x86_64

Added:
  bbe/repos/community-x86_64/PKGBUILD
    (from rev 335403, bbe/trunk/PKGBUILD)
Deleted:
  bbe/repos/community-x86_64/PKGBUILD
  bbe/repos/community-x86_64/bbe.install

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-01 03:58:46 UTC (rev 335404)
+++ PKGBUILD    2018-06-01 03:58:47 UTC (rev 335405)
@@ -1,25 +0,0 @@
-# Maintainer:  TDY <[email protected]>
-# Contributor: Nathan Owe <[email protected]>
-
-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
-}

Copied: bbe/repos/community-x86_64/PKGBUILD (from rev 335403, 
bbe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-06-01 03:58:47 UTC (rev 335405)
@@ -0,0 +1,24 @@
+# Maintainer:  TDY <[email protected]>
+# Contributor: Nathan Owe <[email protected]>
+
+pkgname=bbe
+pkgver=0.2.2
+pkgrel=2
+pkgdesc='A sed-like editor for binary files'
+arch=('x86_64')
+url="https://sourceforge.net/projects/bbe-/?source=directory";
+license=('GPL')
+depends=('glibc')
+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
+}

Deleted: bbe.install
===================================================================
--- bbe.install 2018-06-01 03:58:46 UTC (rev 335404)
+++ bbe.install 2018-06-01 03:58:47 UTC (rev 335405)
@@ -1,13 +0,0 @@
-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
-}

Reply via email to