[arch-commits] Commit in aspell-fr/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Sun Oct 6 09:32:26 UTC 2019
Date: Sunday, October 6, 2019 @ 09:32:26
Author: lcarlier
Revision: 363902
archrelease: copy trunk to extra-x86_64
Added:
aspell-fr/repos/extra-x86_64/PKGBUILD
(from rev 363901, aspell-fr/trunk/PKGBUILD)
Deleted:
aspell-fr/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 51 +++++++++++++++++++++++++--------------------------
1 file changed, 25 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-06 09:31:47 UTC (rev 363901)
+++ PKGBUILD 2019-10-06 09:32:26 UTC (rev 363902)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone <simo at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=aspell-fr
-pkgver=0.50.3
-pkgrel=8
-pkgdesc="French dictionary for aspell"
-arch=('x86_64')
-url="http://aspell.net/"
-license=('GPL')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/fr/$pkgname-0.50-3.tar.bz2)
-md5sums=('53a2d05c4e8f7fabd3cefe24db977be7')
-
-build() {
- cd $srcdir/$pkgname-0.50-3
- ./configure
- make
-}
-
-package() {
- cd $srcdir/$pkgname-0.50-3
- make DESTDIR=$pkgdir install
-}
Copied: aspell-fr/repos/extra-x86_64/PKGBUILD (from rev 363901, aspell-fr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-06 09:32:26 UTC (rev 363902)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=aspell-fr
+pkgver=0.50.3
+pkgrel=8
+pkgdesc="French dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/"
+license=('GPL')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/fr/$pkgname-0.50-3.tar.bz2)
+md5sums=('53a2d05c4e8f7fabd3cefe24db977be7')
+
+build() {
+ cd aspell-fr-0.50-3
+ ./configure
+ make
+}
+
+package() {
+ cd aspell-fr-0.50-3
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list