Date: Monday, September 7, 2015 @ 00:10:04
  Author: foutrelis
Revision: 139400

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

Added:
  snownews/repos/community-staging-i686/
  snownews/repos/community-staging-i686/PKGBUILD
    (from rev 139399, snownews/trunk/PKGBUILD)
  snownews/repos/community-staging-x86_64/
  snownews/repos/community-staging-x86_64/PKGBUILD
    (from rev 139399, snownews/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: snownews/repos/community-staging-i686/PKGBUILD (from rev 139399, 
snownews/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-09-06 22:10:04 UTC (rev 139400)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Christoph 'delmonico' Neuroth <[email protected]>
+
+pkgname=snownews
+pkgver=1.5.12
+pkgrel=7
+pkgdesc="Text mode RSS newsreader for Linux and Unix."
+arch=(i686 x86_64)
+url="http://kiza.kcore.de/software/snownews/";
+license=('GPL')
+depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 'openssl')
+source=(http://kiza.kcore.de/software/snownews/download/$pkgname-$pkgver.tar.gz)
+md5sums=('80da8943fc5aa96571924aec0087d4c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  ln -fs /usr/bin/opml2snow $pkgdir/usr/bin/snow2opml
+}

Copied: snownews/repos/community-staging-x86_64/PKGBUILD (from rev 139399, 
snownews/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 22:10:04 UTC (rev 139400)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Christoph 'delmonico' Neuroth <[email protected]>
+
+pkgname=snownews
+pkgver=1.5.12
+pkgrel=7
+pkgdesc="Text mode RSS newsreader for Linux and Unix."
+arch=(i686 x86_64)
+url="http://kiza.kcore.de/software/snownews/";
+license=('GPL')
+depends=('libxml2' 'ncurses' 'perl-xml-libxml' 'perl-xml-libxslt' 'openssl')
+source=(http://kiza.kcore.de/software/snownews/download/$pkgname-$pkgver.tar.gz)
+md5sums=('80da8943fc5aa96571924aec0087d4c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  ln -fs /usr/bin/opml2snow $pkgdir/usr/bin/snow2opml
+}

Reply via email to