[arch-commits] Commit in libbsd/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Sun Jun 3 12:04:49 UTC 2018
Date: Sunday, June 3, 2018 @ 12:04:49
Author: lfleischer
Revision: 325620
archrelease: copy trunk to extra-x86_64
Added:
libbsd/repos/extra-x86_64/PKGBUILD
(from rev 325619, libbsd/trunk/PKGBUILD)
Deleted:
libbsd/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-03 12:04:45 UTC (rev 325619)
+++ PKGBUILD 2018-06-03 12:04:49 UTC (rev 325620)
@@ -1,40 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
-
-pkgname=libbsd
-pkgver=0.8.7
-pkgrel=1
-pkgdesc='Provides useful functions commonly found on BSD systems like strlcpy()'
-arch=('x86_64')
-url="http://libbsd.freedesktop.org"
-license=('custom')
-depends=('glibc')
-options=('staticlibs')
-source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('d9e6980fbfe44f94fd92b89a33cce67d'
- 'SKIP')
-validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd "$pkgname-$pkgver"
- make check
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
- rm "${pkgdir}"/usr/lib/libbsd.a
- install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- # included now in man-pages, FS#53351
- rm -f "${pkgdir}"/usr/share/man/man3/explicit_bzero.3
-}
Copied: libbsd/repos/extra-x86_64/PKGBUILD (from rev 325619, libbsd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-03 12:04:49 UTC (rev 325620)
@@ -0,0 +1,40 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+
+pkgname=libbsd
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Provides useful functions commonly found on BSD systems like strlcpy()'
+arch=('x86_64')
+url="http://libbsd.freedesktop.org"
+license=('custom')
+depends=('glibc')
+options=('staticlibs')
+source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
+md5sums=('a74b80c4143afa032c90226a4518fffe'
+ 'SKIP')
+validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ rm "${pkgdir}"/usr/lib/libbsd.a
+ install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ # included now in man-pages, FS#53351
+ rm -f "${pkgdir}"/usr/share/man/man3/explicit_bzero.3
+}
More information about the arch-commits
mailing list