[arch-commits] Commit in nyacc/repos/extra-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed Dec 4 20:01:40 UTC 2019
Date: Wednesday, December 4, 2019 @ 20:01:39
Author: jelle
Revision: 370405
archrelease: copy trunk to extra-any
Added:
nyacc/repos/extra-any/PKGBUILD
(from rev 370404, nyacc/trunk/PKGBUILD)
Deleted:
nyacc/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++-------------------------------
1 file changed, 27 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-04 20:01:19 UTC (rev 370404)
+++ PKGBUILD 2019-12-04 20:01:39 UTC (rev 370405)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=nyacc
-pkgver=0.99.2
-pkgrel=2
-pkgdesc="Not Yet Another Compiler Compiler"
-url="http://www.nongnu.org/nyacc"
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-depends=('guile' 'guile-bytestructures')
-makedepends=('guile')
-source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('f182d097b1e2d8a75a8d7c857171131f0361da3a9087096b768ffda4ecf6e3a7'
- 'SKIP')
-validpgpkeys=('7C9EDA8DCE5DC8AE2C675EC9EE4F2A40097B7C03') # Marc Wette
-
-build() {
- cd $pkgname-$pkgver
- GUILD=/usr/bin/guild ./configure
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make SITE_SCM_DIR="$pkgdir"/usr/share/guile/2.2/ \
- SITE_SCM_GO_dir="$pkgdir"/usr/lib/guile/2.2/ccache install-srcs
- install -d "$pkgdir"/usr/share/doc/$pkgname
- cd doc/$pkgname
- cp nyacc*.{pdf,html} "$pkgdir"/usr/share/doc/$pkgname
-}
Copied: nyacc/repos/extra-any/PKGBUILD (from rev 370404, nyacc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-04 20:01:39 UTC (rev 370405)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=nyacc
+pkgver=0.99.2
+pkgrel=3
+pkgdesc="Not Yet Another Compiler Compiler"
+url="http://www.nongnu.org/nyacc"
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+depends=('guile' 'guile-bytestructures')
+makedepends=('guile')
+source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('f182d097b1e2d8a75a8d7c857171131f0361da3a9087096b768ffda4ecf6e3a7'
+ 'SKIP')
+validpgpkeys=('7C9EDA8DCE5DC8AE2C675EC9EE4F2A40097B7C03') # Marc Wette
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make install DESTDIR=$pkgdir
+}
More information about the arch-commits
mailing list