[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Tue Jan 21 17:16:23 UTC 2014
Date: Tuesday, January 21, 2014 @ 18:16:23
Author: bpiotrowski
Revision: 104477
archrelease: copy trunk to community-any
Added:
hunspell-pl/repos/community-any/PKGBUILD
(from rev 104476, hunspell-pl/trunk/PKGBUILD)
Deleted:
hunspell-pl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 75 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 36 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-21 17:16:17 UTC (rev 104476)
+++ PKGBUILD 2014-01-21 17:16:23 UTC (rev 104477)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Maciej Sitarz <macieks at freesco.pl>
-
-pkgname=hunspell-pl
-pkgver=20120911
-pkgrel=1
-pkgdesc="Polish (Poland) dictionary for Hunspell"
-arch=(any)
-url="http://www.sjp.pl/slownik/ort/"
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-myspell-pl-$pkgver.zip)
-md5sums=('cc1b05d329be79847b9e30a8f056753d')
-
-build() {
- cd $srcdir
- bsdtar -xf pl_PL.zip
-}
-
-package() {
- cd $srcdir
-
- install -dm755 $pkgdir/usr/share/hunspell
- install -m644 pl_PL.aff $pkgdir/usr/share/hunspell
- install -m644 pl_PL.dic $pkgdir/usr/share/hunspell
-
- # the symlinks
- install -dm755 ${pkgdir}/usr/share/myspell/dicts
- pushd $pkgdir/usr/share/myspell/dicts
- for file in $pkgdir/usr/share/hunspell/*; do
- ln -sv /usr/share/hunspell/$(basename $file) .
- done
- popd
-
- # docs
- install -dm755 $pkgdir/usr/share/doc/$pkgname
- install -m644 README_pl_PL.txt $pkgdir/usr/share/doc/$pkgname
-}
Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 104476, hunspell-pl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-01-21 17:16:23 UTC (rev 104477)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Maciej Sitarz <macieks at freesco.pl>
+
+pkgname=hunspell-pl
+pkgver=20120911
+pkgrel=2
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='http://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-myspell-pl-$pkgver.zip)
+md5sums=('cc1b05d329be79847b9e30a8f056753d')
+
+prepare() {
+ bsdtar -xf pl_PL.zip
+}
+
+package() {
+ install -dm755 "$pkgdir"/usr/share/hunspell
+ install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+ install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell
+
+ # the symlinks
+ install -dm755 ${pkgdir}/usr/share/myspell/dicts
+ pushd "$pkgdir"/usr/share/myspell/dicts
+ for file in "$pkgdir"/usr/share/hunspell/*; do
+ ln -sv /usr/share/hunspell/$(basename $file) .
+ done
+ popd
+
+ # docs
+ install -dm755 "$pkgdir"/usr/share/doc/$pkgname
+ install -m644 README_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+}
More information about the arch-commits
mailing list