[arch-commits] Commit in (4 files)
Christian Hesse
eworm at archlinux.org
Sat Jan 7 23:41:02 UTC 2017
Date: Saturday, January 7, 2017 @ 23:41:01
Author: eworm
Revision: 206056
initial import of uchardet
Added:
uchardet/
uchardet/repos/
uchardet/trunk/
uchardet/trunk/PKGBUILD
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Added: uchardet/trunk/PKGBUILD
===================================================================
--- uchardet/trunk/PKGBUILD (rev 0)
+++ uchardet/trunk/PKGBUILD 2017-01-07 23:41:01 UTC (rev 206056)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Timothée Ravier <tim at siosm.fr>
+# Contributor: Blake Imsland <blake at retroco.de>
+
+pkgname=uchardet
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='Encoding detector library ported from Mozilla'
+arch=('i686' 'x86_64')
+url='https://www.freedesktop.org/wiki/Software/uchardet'
+license=('MPL')
+makedepends=('cmake')
+source=("https://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}/" install
+}
+
Property changes on: uchardet/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list