summaryrefslogtreecommitdiff
path: root/package/intltool/Makefile
blob: 3aaaa76735af1424bb9d2e4d05815248f17d0a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include $(TOPDIR)/rules.mk

PKG_NAME:=		intltool
PKG_VERSION:=		0.50.2
PKG_RELEASE:=		1
PKG_MD5SUM:=		23fbd879118253cb99aeac067da5f591
PKG_DESCR:=		internationalization utility to create po files
PKG_SECTION:=		misc
PKG_URL:=		http://freedesktop.org/wiki/Software/intltool/
PKG_SITES:=		https://launchpad.net/intltool/trunk/0.50.2/+download/

DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz

PKG_ARCH_DEPENDS:=	native

include $(TOPDIR)/mk/host.mk
include $(TOPDIR)/mk/package.mk

$(eval $(call HOST_template,INTLTOOL,intltool,$(PKG_VERSION)-${PKG_RELEASE}))

HOST_STYLE:=		auto

include ${TOPDIR}/mk/host-bottom.mk
include ${TOPDIR}/mk/pkg-bottom.mk