[arch-commits] Commit in pork/repos (6 files)

Florian Pritz bluewind at archlinux.org
Fri May 27 08:02:46 UTC 2016


    Date: Friday, May 27, 2016 @ 10:02:46
  Author: bluewind
Revision: 177243

db-move: moved pork from [community-staging] to [community-testing] (i686, x86_64)

Added:
  pork/repos/community-testing-i686/
  pork/repos/community-testing-i686/PKGBUILD
    (from rev 177242, pork/repos/community-staging-i686/PKGBUILD)
  pork/repos/community-testing-x86_64/
  pork/repos/community-testing-x86_64/PKGBUILD
    (from rev 177242, pork/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  pork/repos/community-staging-i686/
  pork/repos/community-staging-x86_64/

-----------------------------------+
 community-testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: pork/repos/community-testing-i686/PKGBUILD (from rev 177242, pork/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-05-27 08:02:46 UTC (rev 177243)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <setlemodry at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=pork
+pkgver=0.99.8.1
+pkgrel=11
+pkgdesc="Console-based AOL Instant Messenger & IRC client"
+arch=('i686' 'x86_64')
+url="http://dev.ojnk.net/"
+license=('GPL')
+depends=('ncurses' 'perl')
+source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz)
+sha256sums=('f0d4cad21017fd75b3c200342c54dd56d9ff7bc38d1e9b3c8ba686ba53d585ed')
+
+build() {
+  cd $pkgname-$pkgver
+
+  CFLAGS+=' -fgnu89-inline'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: pork/repos/community-testing-x86_64/PKGBUILD (from rev 177242, pork/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-05-27 08:02:46 UTC (rev 177243)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <setlemodry at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=pork
+pkgver=0.99.8.1
+pkgrel=11
+pkgdesc="Console-based AOL Instant Messenger & IRC client"
+arch=('i686' 'x86_64')
+url="http://dev.ojnk.net/"
+license=('GPL')
+depends=('ncurses' 'perl')
+source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz)
+sha256sums=('f0d4cad21017fd75b3c200342c54dd56d9ff7bc38d1e9b3c8ba686ba53d585ed')
+
+build() {
+  cd $pkgname-$pkgver
+
+  CFLAGS+=' -fgnu89-inline'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list