From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/system/intltool.xibuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo/system/intltool.xibuild (limited to 'repo/system/intltool.xibuild') diff --git a/repo/system/intltool.xibuild b/repo/system/intltool.xibuild new file mode 100644 index 0000000..ec0a774 --- /dev/null +++ b/repo/system/intltool.xibuild @@ -0,0 +1,14 @@ +#!/bin/bash + +DEPS=(perl-xml-parser) + +SOURCE=https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz +DESC="The internationalization tool collection" + +build () { + ./configure --prefix=/usr + make + make check + make DESTDIR=$PKG_DEST install + install -v -Dm644 doc/I18N-HOWTO $PKG_DEST/usr/share/doc/intltool-0.51.0/I18N-HOWTO +} -- cgit v1.2.1