blob: 0f98e9bde0eaa7f2d15184015ee887ca9f0e7e97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Locale::gettext - message handling functions"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
DEPENDS = "virtual/libintl"
PR = "r1"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-1.05.tar.gz"
S = "${WORKDIR}/gettext-${PV}"
inherit cpan
|