From 0d37a1ef234c38b27faba43bc3a22f985d311deb Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 17 May 2023 17:01:27 +0100 Subject: Remove all firmware --- repo/po4a/po4a.xibuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 repo/po4a/po4a.xibuild (limited to 'repo/po4a/po4a.xibuild') diff --git a/repo/po4a/po4a.xibuild b/repo/po4a/po4a.xibuild new file mode 100644 index 0000000..e8c8b83 --- /dev/null +++ b/repo/po4a/po4a.xibuild @@ -0,0 +1,25 @@ +#!/bin/sh + +NAME="po4a" +DESC="Tools for helping translation of documentation" + +MAKEDEPS=" diffutils docbook-xsl perl-module-build" + +PKG_VER=0.68 +SOURCE="https://github.com/mquinson/po4a/archive/v$PKG_VER.tar.gz" + +build() { + perl Build.PL installdirs=vendor create_packlist=0 + perl Build +} + +check() { + perl Build test +} + +package() { + perl Build destdir=$PKG_DEST install + # remove perllocal.pod and .packlist + find $PKG_DEST \( -name .packlist -o -name perllocal.pod \) -delete +} + -- cgit v1.2.1