Date: Saturday, May 16, 2020 @ 09:55:53
  Author: foutrelis
Revision: 383987

archrelease: copy trunk to staging-x86_64

Added:
  aspell-fr/repos/staging-x86_64/
  aspell-fr/repos/staging-x86_64/PKGBUILD
    (from rev 383986, aspell-fr/trunk/PKGBUILD)

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

Copied: aspell-fr/repos/staging-x86_64/PKGBUILD (from rev 383986, 
aspell-fr/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-05-16 09:55:53 UTC (rev 383987)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Simo Leone <[email protected]>
+# Contributor: Eric Johnson <[email protected]>
+
+pkgname=aspell-fr
+pkgver=0.50.3
+pkgrel=9
+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
+}

Reply via email to