[arch-commits] Commit in lib32-libdaemon/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Allan McRae
allan at gemini.archlinux.org
Thu Jun 2 05:27:36 UTC 2022
Date: Thursday, June 2, 2022 @ 05:27:36
Author: allan
Revision: 1218533
archrelease: copy trunk to multilib-x86_64
Added:
lib32-libdaemon/repos/multilib-x86_64/PKGBUILD
(from rev 1218532, lib32-libdaemon/trunk/PKGBUILD)
Deleted:
lib32-libdaemon/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-02 05:27:21 UTC (rev 1218532)
+++ PKGBUILD 2022-06-02 05:27:36 UTC (rev 1218533)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gicu Gorodenco <cyclopsihus at gmail.com>
-# Contributor: rafael ff1 <rafael.f.f1 at gmail.com>
-
-pkgname=lib32-libdaemon
-pkgver=0.14
-pkgrel=6
-pkgdesc='A lightweight C library which eases the writing of UNIX daemons'
-arch=('x86_64')
-url='http://0pointer.de/lennart/projects/libdaemon/'
-license=('LGPL')
-depends=('lib32-glibc' 'libdaemon')
-makedepends=('gcc-multilib')
-source=("http://0pointer.de/lennart/projects/libdaemon/libdaemon-${pkgver}.tar.gz")
-sha256sums=('fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834')
-
-build() {
- cd libdaemon-${pkgver}
-
- export CC='gcc -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
- ./configure \
- --prefix='/usr' \
- --libdir='/usr/lib32' \
- --localstatedir='/var' \
- --disable-lynx
- make
-}
-
-package() {
- cd libdaemon-${pkgver}
-
- make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-libdaemon/repos/multilib-x86_64/PKGBUILD (from rev 1218532, lib32-libdaemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-02 05:27:36 UTC (rev 1218533)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gicu Gorodenco <cyclopsihus at gmail.com>
+# Contributor: rafael ff1 <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-libdaemon
+pkgver=0.14
+pkgrel=7
+pkgdesc='A lightweight C library which eases the writing of UNIX daemons'
+arch=('x86_64')
+url='http://0pointer.de/lennart/projects/libdaemon/'
+license=('LGPL')
+depends=('lib32-glibc' 'libdaemon')
+makedepends=('gcc-multilib')
+source=("http://0pointer.de/lennart/projects/libdaemon/libdaemon-${pkgver}.tar.gz")
+sha256sums=('fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834')
+
+build() {
+ cd libdaemon-${pkgver}
+
+ export CC='gcc -m32'
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+ ./configure \
+ --prefix='/usr' \
+ --libdir='/usr/lib32' \
+ --localstatedir='/var' \
+ --disable-lynx
+ make
+}
+
+package() {
+ cd libdaemon-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list