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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 12:40:30 UTC 2014


    Date: Tuesday, July 1, 2014 @ 14:40:30
  Author: spupykin
Revision: 114059

archrelease: copy trunk to community-any

Added:
  flim/repos/community-any/PKGBUILD
    (from rev 114058, flim/trunk/PKGBUILD)
Deleted:
  flim/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 12:40:22 UTC (rev 114058)
+++ PKGBUILD	2014-07-01 12:40:30 UTC (rev 114059)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Norberto Lopes <shelika at mail.telepac.pt>
-# Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=flim
-pkgver=1.14.9
-pkgrel=3
-pkgdesc="A library to provide basic features about message representation or encoding."
-arch=('any')
-url="http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp"
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7')
-source=(http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/flim/flim-1.14/$pkgname-$pkgver.tar.gz)
-noextract=()
-md5sums=('3dca42e2a1af4b089bb3f177bcf9321b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install PREFIX=$pkgdir/usr
-}

Copied: flim/repos/community-any/PKGBUILD (from rev 114058, flim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 12:40:30 UTC (rev 114059)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Norberto Lopes <shelika at mail.telepac.pt>
+# Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=flim
+pkgver=1.14.9
+pkgrel=4
+pkgdesc="A library to provide basic features about message representation or encoding."
+arch=('any')
+url="http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp"
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wanderlust/flim/archive/flim-${pkgver//./_}.tar.gz")
+noextract=()
+md5sums=('98f8ad440d6272f7d1df51cb1923eaa1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgname-${pkgver//./_}
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgname-${pkgver//./_}
+  make install PREFIX=$pkgdir/usr
+}




More information about the arch-commits mailing list