[arch-commits] Commit in libmicrodns/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat Apr 25 11:11:02 UTC 2020


    Date: Saturday, April 25, 2020 @ 11:11:01
  Author: anthraxx
Revision: 381538

archrelease: copy trunk to extra-x86_64

Added:
  libmicrodns/repos/extra-x86_64/PKGBUILD
    (from rev 381537, libmicrodns/trunk/PKGBUILD)
Deleted:
  libmicrodns/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 29 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 11:10:57 UTC (rev 381537)
+++ PKGBUILD	2020-04-25 11:11:01 UTC (rev 381538)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Niklas <dev at n1klas.net>
-
-pkgname=libmicrodns
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Minimal mDNS resolver library'
-url='https://github.com/videolabs/libmicrodns'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glibc')
-provides=('libmicrodns.so')
-source=(https://github.com/videolabs/libmicrodns/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('aa78896719c60553d0310c236937dad0f5cb05ef0fdd33a0503aa9af984083b430b3b517ae174b116352d02d940282b17c5fb3fc4a67fd55dd8895a5773fd161')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libmicrodns/repos/extra-x86_64/PKGBUILD (from rev 381537, libmicrodns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-25 11:11:01 UTC (rev 381538)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Niklas <dev at n1klas.net>
+
+pkgname=libmicrodns
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='Minimal mDNS resolver library'
+url='https://github.com/videolabs/libmicrodns'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('meson')
+provides=('libmicrodns.so')
+source=(https://github.com/videolabs/libmicrodns/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('a2a40f785cfcab280c1d5e187eef5f63e642dccdf1ada2e9f7ed2b85aef26e5c1b1cefc7df6fa4f83b46e5da5eaf05e0f0b02b677ca4e5e73b7fd70d74878552')
+b2sums=('91d93101f7fe9a407d5dba8b4d67c83258c5ec04ee09458e60f3904ab0945473c71e98446763386396550e99b412ff2bacf8482436abd3c6edc995eddd4d73ba')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  arch-meson build
+  ninja -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list