[arch-commits] Commit in htmlcxx/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Sep 7 21:16:00 UTC 2020


    Date: Monday, September 7, 2020 @ 21:16:00
  Author: felixonmars
Revision: 700379

archrelease: copy trunk to community-x86_64

Added:
  htmlcxx/repos/community-x86_64/
  htmlcxx/repos/community-x86_64/PKGBUILD
    (from rev 700378, htmlcxx/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: htmlcxx/repos/community-x86_64/PKGBUILD (from rev 700378, htmlcxx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-09-07 21:16:00 UTC (rev 700379)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Timothée Girard <aur at timotheegirard.com>
+# Contributor: Eduardo Sánchez Muñoz <eduardosanchezmunoz at gmail.com>
+
+pkgname=htmlcxx
+pkgver=0.87
+pkgrel=3
+pkgdesc="A simple non-validating CSS1 and HTML parser for C++."
+arch=('x86_64')
+url="http://gcc-libs.sourceforge.net/"
+license=('LGPL')
+depends=('glibc')
+provides=('htmlcxx' 'libhtmlcxx' 'libcss_parser')
+source=("https://sourceforge.net/projects/$pkgname/files/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list