[arch-commits] Commit in libixion/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 18:42:43 UTC 2021
Date: Thursday, December 2, 2021 @ 18:42:43
Author: felixonmars
Revision: 430328
archrelease: copy trunk to staging-x86_64
Added:
libixion/repos/staging-x86_64/PKGBUILD
(from rev 430327, libixion/trunk/PKGBUILD)
Deleted:
libixion/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 18:42:35 UTC (rev 430327)
+++ PKGBUILD 2021-12-02 18:42:43 UTC (rev 430328)
@@ -1,35 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: kusakata <shohei atmark kusakata period com>
-
-pkgname=libixion
-pkgver=0.16.1
-pkgrel=7
-pkgdesc="A general purpose formula parser & interpreter"
-arch=('x86_64')
-url="https://gitlab.com/ixion/ixion/blob/master/README.md"
-license=('custom')
-depends=('boost-libs' 'python')
-makedepends=('boost' 'mdds' 'spdlog')
-source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz")
-# https://gitlab.com/ixion/ixion/-/releases
-sha256sums=('426c643b3c346d546027c0226619abb2e59848e94470b9b5aa6365e26125089f')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --disable-static
-# sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # doesn't fix it
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make -k check
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- # LICENSE file is missing in tarball
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: libixion/repos/staging-x86_64/PKGBUILD (from rev 430327, libixion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 18:42:43 UTC (rev 430328)
@@ -0,0 +1,35 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=libixion
+pkgver=0.16.1
+pkgrel=8
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md"
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds' 'spdlog')
+source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz")
+# https://gitlab.com/ixion/ixion/-/releases
+sha256sums=('426c643b3c346d546027c0226619abb2e59848e94470b9b5aa6365e26125089f')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --disable-static
+# sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # doesn't fix it
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make -k check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ # LICENSE file is missing in tarball
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list