[arch-commits] Commit in libfixposix/repos (2 files)
George Rawlinson
grawlinson at gemini.archlinux.org
Sat Apr 16 07:29:57 UTC 2022
Date: Saturday, April 16, 2022 @ 07:29:57
Author: grawlinson
Revision: 1186649
archrelease: copy trunk to community-x86_64
Added:
libfixposix/repos/community-x86_64/
libfixposix/repos/community-x86_64/PKGBUILD
(from rev 1186648, libfixposix/trunk/PKGBUILD)
----------+
PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Copied: libfixposix/repos/community-x86_64/PKGBUILD (from rev 1186648, libfixposix/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2022-04-16 07:29:57 UTC (rev 1186649)
@@ -0,0 +1,42 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Robert R Miller <robertrmiller at outlook.com>
+# Contributor: June Tate-Gans <june at theonelab.com>
+
+pkgname=libfixposix
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Thin wrapper over POSIX syscalls'
+arch=('x86_64')
+url='https://github.com/sionescu/libfixposix'
+license=('Boost')
+depends=('glibc')
+makedepends=('git')
+_commit='3ca833ea258fdd6c36b5f95207162ec02e763ce1'
+source=("libfixposix::git+https://github.com/sionescu/libfixposix#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd "$pkgname"
+
+ autoreconf -fiv
+}
+
+build() {
+ cd "$pkgname"
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd "$pkgname"
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list