2014-02-03 10:25:39 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2014/02/03 09:25:39 othyro Exp $
|
Import libuna-a20120630 as wip/libuna.
Library to support Unicode and ASCII (byte string) conversions.
Supports:
* 7-bit ASCII
* ISO 8859-1, 8859-2, 8859-3, 8859-4, 8859-5, 8859-6, 8859-7, 8859-8, 8859-9,
8859-10, 8859-11, 8859-13, 8859-14, 8859-15
* Windows 874, 932, 936, 949, 950, 1250, 1251, 1252, 1253, 1254, 1255, 1256,
1257, 1258
* KOI8-R, KOI8-U
* UTF-7, UTF-8, UTF-16, UTF-32
2012-12-05 05:23:21 +01:00
|
|
|
#
|
|
|
|
|
2014-02-03 10:25:39 +01:00
|
|
|
DATESTAMP= 20140105
|
2013-06-08 15:18:02 +02:00
|
|
|
DISTNAME= libuna-alpha-${DATESTAMP}
|
2012-12-05 05:29:12 +01:00
|
|
|
PKGNAME= ${DISTNAME:S/alpha-//1}
|
Import libuna-a20120630 as wip/libuna.
Library to support Unicode and ASCII (byte string) conversions.
Supports:
* 7-bit ASCII
* ISO 8859-1, 8859-2, 8859-3, 8859-4, 8859-5, 8859-6, 8859-7, 8859-8, 8859-9,
8859-10, 8859-11, 8859-13, 8859-14, 8859-15
* Windows 874, 932, 936, 949, 950, 1250, 1251, 1252, 1253, 1254, 1255, 1256,
1257, 1258
* KOI8-R, KOI8-U
* UTF-7, UTF-8, UTF-16, UTF-32
2012-12-05 05:23:21 +01:00
|
|
|
CATEGORIES= converters
|
2013-06-08 15:18:02 +02:00
|
|
|
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSaXBjN1ZJVzVsbjQ/
|
Import libuna-a20120630 as wip/libuna.
Library to support Unicode and ASCII (byte string) conversions.
Supports:
* 7-bit ASCII
* ISO 8859-1, 8859-2, 8859-3, 8859-4, 8859-5, 8859-6, 8859-7, 8859-8, 8859-9,
8859-10, 8859-11, 8859-13, 8859-14, 8859-15
* Windows 874, 932, 936, 949, 950, 1250, 1251, 1252, 1253, 1254, 1255, 1256,
1257, 1258
* KOI8-R, KOI8-U
* UTF-7, UTF-8, UTF-16, UTF-32
2012-12-05 05:23:21 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://code.google.com/p/libuna/
|
|
|
|
COMMENT= Library to support Unicode and ASCII (byte string) conversions
|
|
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
|
2013-06-08 15:18:02 +02:00
|
|
|
WRKSRC= ${WRKDIR}/libuna-${DATESTAMP}
|
Import libuna-a20120630 as wip/libuna.
Library to support Unicode and ASCII (byte string) conversions.
Supports:
* 7-bit ASCII
* ISO 8859-1, 8859-2, 8859-3, 8859-4, 8859-5, 8859-6, 8859-7, 8859-8, 8859-9,
8859-10, 8859-11, 8859-13, 8859-14, 8859-15
* Windows 874, 932, 936, 949, 950, 1250, 1251, 1252, 1253, 1254, 1255, 1256,
1257, 1258
* KOI8-R, KOI8-U
* UTF-7, UTF-8, UTF-16, UTF-32
2012-12-05 05:23:21 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= msgfmt msgmerge pkg-config xgettext
|
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= libuna.pc.in
|
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
|
2013-06-08 15:18:02 +02:00
|
|
|
.include "../../wip/libcnotify/buildlink3.mk"
|
|
|
|
.include "../../wip/libclocale/buildlink3.mk"
|
|
|
|
.include "../../wip/libcerror/buildlink3.mk"
|
Import libuna-a20120630 as wip/libuna.
Library to support Unicode and ASCII (byte string) conversions.
Supports:
* 7-bit ASCII
* ISO 8859-1, 8859-2, 8859-3, 8859-4, 8859-5, 8859-6, 8859-7, 8859-8, 8859-9,
8859-10, 8859-11, 8859-13, 8859-14, 8859-15
* Windows 874, 932, 936, 949, 950, 1250, 1251, 1252, 1253, 1254, 1255, 1256,
1257, 1258
* KOI8-R, KOI8-U
* UTF-7, UTF-8, UTF-16, UTF-32
2012-12-05 05:23:21 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|