[arch-commits] Commit in libutf8proc/trunk (PKGBUILD libutf8proc.pc)
Alexander Rødseth
arodseth at archlinux.org
Fri Mar 20 21:48:17 UTC 2015
Date: Friday, March 20, 2015 @ 22:48:17
Author: arodseth
Revision: 129645
upgpkg: libutf8proc 1.1.6-2
Added:
libutf8proc/trunk/libutf8proc.pc
Modified:
libutf8proc/trunk/PKGBUILD
----------------+
PKGBUILD | 11 +++++++----
libutf8proc.pc | 10 ++++++++++
2 files changed, 17 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-20 20:10:14 UTC (rev 129644)
+++ PKGBUILD 2015-03-20 21:48:17 UTC (rev 129645)
@@ -4,7 +4,7 @@
pkgname=libutf8proc
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc='C library for processing UTF-8 encoded Unicode strings'
arch=('x86_64' 'i686')
url='http://julialang.org/utf8proc/'
@@ -11,11 +11,13 @@
license=('custom')
makedepends=('git')
source=("git://github.com/JuliaLang/utf8proc.git#tag=v$pkgver"
- "utf8proc-1.1.6-buildflags.patch"
- "utf8proc-1.1.6-soname.patch")
+ 'utf8proc-1.1.6-buildflags.patch'
+ 'utf8proc-1.1.6-soname.patch'
+ 'libutf8proc.pc')
md5sums=('SKIP'
'e19f11bf48fd814f6b355df8de37385b'
- '7801006b616145f3f8ebf1b4a668509a')
+ '7801006b616145f3f8ebf1b4a668509a'
+ 'd33f454a3b7e8325390697d11d58fe80')
prepare() {
cd utf8proc
@@ -35,6 +37,7 @@
install -Dm755 libutf8proc.so "$pkgdir/usr/lib/libutf8proc.so"
install -Dm644 utf8proc.h "$pkgdir/usr/include/utf8proc.h"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 ../libutf8proc.pc "$pkgdir/usr/lib/pkgconfig/libutf8proc.pc"
}
# vim:set ts=2 sw=2 et:
Added: libutf8proc.pc
===================================================================
--- libutf8proc.pc (rev 0)
+++ libutf8proc.pc 2015-03-20 21:48:17 UTC (rev 129645)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libutf8proc
+Description: Processes UTF-8 encoded strings
+Version: 1.1.6
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir}
More information about the arch-commits
mailing list