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

Felix Yan fyan at nymeria.archlinux.org
Tue Dec 17 15:04:42 UTC 2013


    Date: Tuesday, December 17, 2013 @ 16:04:41
  Author: fyan
Revision: 102695

archrelease: copy trunk to community-any

Added:
  sunpinyin-data/repos/community-any/PKGBUILD
    (from rev 102694, sunpinyin-data/trunk/PKGBUILD)
Deleted:
  sunpinyin-data/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   79 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-17 15:03:50 UTC (rev 102694)
+++ PKGBUILD	2013-12-17 15:04:41 UTC (rev 102695)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-
-pkgname=sunpinyin-data
-pkgver=2.0.3.20131214
-_lm_sc_ver=20121025
-_dict_ver=20131214
-pkgrel=1
-arch=('any')
-pkgdesc="Statistical language model data from open-gram project for sunpinyin"
-license=('APACHE')
-provides=("sunpinyin-data-le=$pkgver")
-url="http://sunpinyin.googlecode.com"
-makedepends=("sunpinyin")
-source=("http://open-gram.googlecode.com/files/lm_sc.t3g.arpa-${_lm_sc_ver}.tar.bz2"
-        "http://open-gram.googlecode.com/files/dict.utf8-${_dict_ver}.tar.bz2")
-
-prepare() {
-  mkdir raw && cd raw
-  ln -s ../lm_sc.t3g.arpa
-  ln -s ../dict.utf8
-
-  ln -sf "/usr/share/doc/sunpinyin/SLM-inst.mk" ./Makefile
-}
-
-build() {
-  cd raw
-  make
-}
-
-package() {
-  cd raw
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
-            'adaf52a27c6afdeb950912845f3fcb7a6799f997d50a2892ceecf76ed13e3644407338d734832c2ce4b09bce11fec4731774f1eb2dd4c30bea5490555915bd5b')

Copied: sunpinyin-data/repos/community-any/PKGBUILD (from rev 102694, sunpinyin-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-17 15:04:41 UTC (rev 102695)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+
+pkgname=sunpinyin-data
+pkgver=2.0.3.20131212
+epoch=1
+_lm_sc_ver=20121025
+_dict_ver=20131212
+pkgrel=1
+arch=('any')
+pkgdesc="Statistical language model data from open-gram project for sunpinyin"
+license=('APACHE')
+provides=("sunpinyin-data-le=$pkgver")
+url="http://sunpinyin.googlecode.com"
+makedepends=("sunpinyin")
+source=("http://open-gram.googlecode.com/files/lm_sc.t3g.arpa-${_lm_sc_ver}.tar.bz2"
+        "http://open-gram.googlecode.com/files/dict.utf8-${_dict_ver}.tar.bz2")
+
+prepare() {
+  mkdir raw && cd raw
+  ln -s ../lm_sc.t3g.arpa
+  ln -s ../dict.utf8
+
+  ln -sf "/usr/share/doc/sunpinyin/SLM-inst.mk" ./Makefile
+}
+
+build() {
+  cd raw
+  make
+}
+
+package() {
+  cd raw
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
+            'adaf52a27c6afdeb950912845f3fcb7a6799f997d50a2892ceecf76ed13e3644407338d734832c2ce4b09bce11fec4731774f1eb2dd4c30bea5490555915bd5b')
+sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
+            '3c90965ee389995a9a2801d489fb3f37ecf124d318a159a94145f6db348d7561dfa408dd148ab4eeae3ea466f83c1132558d4117bc6a01ca97cf89ce85ca9b99')




More information about the arch-commits mailing list