2009-02-25 16:39:02 +01:00
|
|
|
# Template build file for 'libidn'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=libidn
|
2012-12-29 09:30:05 +01:00
|
|
|
version=1.26
|
2013-04-09 01:49:27 +02:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-12-29 09:30:05 +01:00
|
|
|
configure_args="--disable-csharp --disable-java --disable-static --enable-threads=posix"
|
2013-04-09 01:49:27 +02:00
|
|
|
hostmakedepends="perl pkg-config"
|
2012-12-29 09:30:05 +01:00
|
|
|
short_desc="Internationalized string handling library"
|
2008-09-30 15:22:57 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 21:51:30 +02:00
|
|
|
homepage="http://www.gnu.org/software/libidn/"
|
2012-12-29 09:30:05 +01:00
|
|
|
license="GPL-3, LGPL-2.1"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-${version}.tar.gz"
|
|
|
|
checksum=0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c
|
2013-04-12 19:13:19 +02:00
|
|
|
|
|
|
|
libidn-devel_package() {
|
|
|
|
depends="libidn>=${version}"
|
|
|
|
short_desc="${short_desc} - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/man/man3
|
|
|
|
vmove usr/share/emacs
|
|
|
|
vmove usr/share/info
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libidn_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|