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

Felix Yan felixonmars at archlinux.org
Mon Sep 7 21:15:50 UTC 2020


    Date: Monday, September 7, 2020 @ 21:15:49
  Author: felixonmars
Revision: 700378

addpkg: htmlcxx 0.87-3

Added:
  htmlcxx/
  htmlcxx/repos/
  htmlcxx/trunk/
  htmlcxx/trunk/PKGBUILD

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

Added: htmlcxx/trunk/PKGBUILD
===================================================================
--- htmlcxx/trunk/PKGBUILD	                        (rev 0)
+++ htmlcxx/trunk/PKGBUILD	2020-09-07 21:15:49 UTC (rev 700378)
@@ -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